Skip to content

Commit dbd4d0d

Browse files
committed
style: styler (GHA)
1 parent 8310e34 commit dbd4d0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/covidcast.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ as_tibble.covidcast_data_signal_list <- function(x, ...) {
7474
"description", "time_type", "time_label", "value_label",
7575
"format", "category", "high_values_are"
7676
)
77-
for (field in chr_fields ) {
77+
for (field in chr_fields) {
7878
tib[[field]] <- unname(map_chr(x, field, .default = ""))
7979
}
8080
lgl_fields <- c("active")
81-
for (field in lgl_fields ) {
81+
for (field in lgl_fields) {
8282
tib[[field]] <- unname(map_lgl(x, field, .default = ""))
83-
}
83+
}
8484
as_tibble(tib)
8585
}
8686

0 commit comments

Comments
 (0)