Skip to content

Commit 4aa5242

Browse files
committed
style
1 parent e71184e commit 4aa5242

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R/realtime.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ realtime_daily_mean <- function(.data, na.rm = FALSE) {
202202
df_mean <- dplyr::arrange(df_mean, Parameter)
203203

204204
dplyr::ungroup(df_mean)
205-
}
205+
}

R/utils-realtime.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ single_realtime_station <- function(station_number) {
7676
col_types = realtime_cols_types()
7777
)
7878
}
79-
79+
8080

8181
# download daily file
8282
p_resp_str <- realtime_parser(infile[2])
@@ -186,4 +186,4 @@ has_internet <- function() {
186186
silent = TRUE
187187
)
188188
!inherits(z, "try-error")
189-
}
189+
}

0 commit comments

Comments
 (0)