Skip to content

Commit 78ced33

Browse files
committed
no new-line
1 parent 0d1f175 commit 78ced33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/aaa_models.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ stop_incompatible_mode <- function(spec_modes, eng = NULL, cls = NULL, call) {
189189
msg <- "Available modes for model type {cls} with engine {eng} are:"
190190
}
191191

192-
cli::cli_abort(c(x = msg, "*" = "{.val {spec_modes}}."), call = call)
192+
cli::cli_abort(paste(msg, "{.val {spec_modes}}."), call = call)
193193
}
194194

195195
stop_incompatible_engine <- function(spec_engs, mode, call) {

0 commit comments

Comments
 (0)