Skip to content

Commit 92692a2

Browse files
committed
style: styler (GHA)
1 parent 0919992 commit 92692a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/endpoints.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ pub_covid_hosp_facility <- function(
213213
collection_weeks <- reformat_epirange(collection_weeks, to_type = "day")
214214
# Single week date.
215215
} else if ((test_integerish(collection_weeks) || test_character(collection_weeks)) &&
216-
nchar(collection_weeks) == 6) {
216+
nchar(collection_weeks) == 6) {
217217
cli::cli_warn(coercion_msg, class = "epidatr__single_week_coercion")
218218
collection_weeks <- parse_api_week(collection_weeks)
219219
}

0 commit comments

Comments
 (0)