Skip to content

Commit ea16f73

Browse files
committed
style: styler (GHA)
1 parent 44aad75 commit ea16f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/endpoints.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ pub_covid_hosp_facility <- function(
202202
# but correspond to epiweeks. Allow `collection_weeks` to be provided in
203203
# either day or week format.
204204
coercion_msg <- c(
205-
"`collection_weeks` is in week format but `pub_covid_hosp_facility`
205+
"`collection_weeks` is in week format but `pub_covid_hosp_facility`
206206
expects day format; dates will be converted to day format but may not
207207
correspond exactly to desired time range"
208-
)
208+
)
209209

210210
if (test_class(collection_weeks, "EpiRange") && nchar(collection_weeks$from) == 6) {
211211
cli::cli_warn(coercion_msg, class = "epidatr__epirange_week_coercion")

0 commit comments

Comments
 (0)