Skip to content

Commit 1cb23fa

Browse files
committed
style: styler (GHA)
1 parent 04a3750 commit 1cb23fa

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

R/endpoints.R

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,10 @@ pub_covid_hosp_facility <- function(
487487
"int"
488488
),
489489
create_epidata_field_info("total_personnel_covid_vaccinated_doses_one_7_day", "int"),
490-
create_epidata_field_info("total_personnel_covid_vaccinated_doses_one_7_day_sum",
491-
"int")
490+
create_epidata_field_info(
491+
"total_personnel_covid_vaccinated_doses_one_7_day_sum",
492+
"int"
493+
)
492494
)
493495
) %>% fetch(fetch_args = fetch_args)
494496
}
@@ -572,12 +574,18 @@ pub_covid_hosp_state_timeseries <- function(
572574
create_epidata_field_info("critical_staffing_shortage_today_yes", "bool"),
573575
create_epidata_field_info("critical_staffing_shortage_today_no", "bool"),
574576
create_epidata_field_info("critical_staffing_shortage_today_not_reported", "bool"),
575-
create_epidata_field_info("critical_staffing_shortage_anticipated_within_week_yes",
576-
"bool"),
577-
create_epidata_field_info("critical_staffing_shortage_anticipated_within_week_no",
578-
"bool"),
579-
create_epidata_field_info("critical_staffing_shortage_anticipated_within_week_not_reported",
580-
"bool"),
577+
create_epidata_field_info(
578+
"critical_staffing_shortage_anticipated_within_week_yes",
579+
"bool"
580+
),
581+
create_epidata_field_info(
582+
"critical_staffing_shortage_anticipated_within_week_no",
583+
"bool"
584+
),
585+
create_epidata_field_info(
586+
"critical_staffing_shortage_anticipated_within_week_not_reported",
587+
"bool"
588+
),
581589
create_epidata_field_info("hospital_onset_covid", "int"),
582590
create_epidata_field_info("hospital_onset_covid_coverage", "int"),
583591
create_epidata_field_info("inpatient_beds", "int"),
@@ -814,8 +822,8 @@ pub_covid_hosp_state_timeseries <- function(
814822
create_epidata_field_info("total_patients_hospitalized_confirmed_influenza", "int"),
815823
create_epidata_field_info(
816824
"total_patients_hospitalized_confirmed_influenza_coverage",
817-
"int"
818-
)
825+
"int"
826+
)
819827
)
820828
) %>% fetch(fetch_args = fetch_args)
821829
}

0 commit comments

Comments
 (0)