Skip to content

Commit

Permalink
fix inconsistent indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions CI committed Jul 26, 2023
1 parent 8fc5fcc commit e42fed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/linear_pool.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ linear_pool <- function(model_outputs, weights = NULL,
group_by_cols <- task_id_cols
agg_args <- c(list(x = quote(.data[["pred_qs"]]), probs = quantile_levels))
} else {
req_weight_cols <- c("model_id", weights_col_name)
req_weight_cols <- c("model_id", weights_col_name)
if (!all(req_weight_cols %in% colnames(weights))) {
cli::cli_abort(c(
"x" = "{.arg weights} did not include required columns
Expand Down

0 comments on commit e42fed9

Please sign in to comment.