Skip to content

Commit 273dc04

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f3afd41 commit 273dc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/generate_oracle_output.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ generate_oracle_output <- function(hub_path) {
8080

8181
## this involves duplication given how hubUtils::get_round_model_tasks
8282
## behaves by default with round ids created from reference dates,
83-
## but to support hubs with round_ids created in other ways, we
83+
## but to support hubs with round_ids created in other ways, we
8484
## do it this way and then deduplicate as needed.
8585
list_of_task_lists <- purrr::map(round_ids, \(id) {
8686
hubUtils::get_round_model_tasks(config_tasks, id)

0 commit comments

Comments
 (0)