Skip to content

Commit

Permalink
fix lint indent issue
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Apr 30, 2024
1 parent 31d10bd commit 80a8873
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions R/create_model_task.R
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,14 @@ check_task_id_target_key_values <- function(target_key_name, task_ids, # nolint:
}

check_compound_taskids_valid <- function(task_ids,
output_type) {
comp_tids <- purrr::pluck(output_type,
"output_type",
"sample",
"output_type_id_params",
"compound_taskid_set")
output_type) {
comp_tids <- purrr::pluck(
output_type,
"output_type",
"sample",
"output_type_id_params",
"compound_taskid_set"
)
tids <- names(task_ids[["task_ids"]])

if (is.null(comp_tids)) {
Expand Down

0 comments on commit 80a8873

Please sign in to comment.