Skip to content

Commit

Permalink
fix: print_step not using width parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
atusy committed Nov 17, 2023
1 parent 6bc9cb0 commit 17211e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/printing.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ print_step <- function(tr_obj = NULL,
)
)

width_diff <- cli::console_width() * 1 - width_title
width_diff <- width - width_title

if (trained) {
elements <- tr_obj
Expand Down

0 comments on commit 17211e6

Please sign in to comment.