Skip to content

Commit c53a247

Browse files
committed
minor lint changes
1 parent 665f18a commit c53a247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R-packages/covidcast/R/covidcast.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ covidcast_days <- function(data_source, signal, start_day, end_day, geo_type,
543543
}
544544

545545
# if not provided, assume worst case
546-
if(is.na(max_geos)){
546+
if (is.na(max_geos)) {
547547
max_geos <- MAX_RESULTS
548548
}
549549

R-packages/covidcast/tests/testthat/test-covidcast.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ test_that("covidcast_days batches calls to covidcast", {
228228
),
229229
regexp = NA)
230230
expect_called(m, 2)
231-
})
231+
})

0 commit comments

Comments
 (0)