Skip to content

Commit

Permalink
Linting: space after comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Nov 15, 2023
1 parent 95d924c commit bcde62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/summarise.R
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ regional_runtimes <- function(regional_output = NULL,
timings <- data.table::data.table(
region = regions,
time = unlist(purrr::map(regions, ~ safe_read(file.path(
target_folder,., target_date,
target_folder, ., target_date,
"runtime.rds"
)))[[1]])
)
Expand Down

0 comments on commit bcde62d

Please sign in to comment.