Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed May 7, 2024
1 parent 33a4859 commit 8458223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/validate-config-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,9 @@ validate_mt_sample_range <- function(model_task_grp,
# given modeling task group in a given round.
# Returns NULL if not applicable or check passes and error df row if check fails.
validate_mt_sample_compound_taskids <- function(model_task_grp,
model_task_i,
round_i,
schema) {
model_task_i,
round_i,
schema) {
sample_config <- purrr::pluck(
model_task_grp,
"output_type",
Expand Down

0 comments on commit 8458223

Please sign in to comment.