Skip to content

Commit

Permalink
tweak appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Mar 28, 2024
1 parent 208d9c7 commit 9e3f13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/transform-files.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ transform_file <- function(path,
...,
dry) {
char_after_path <- nchar(message_before) + nchar(path) + 1L
max_char_after_message_path <- nchar(message_before) + max_char_path + 1L
max_char_after_message_path <- nchar(message_before) + max_char_path
n_spaces_before_message_after <-
max_char_after_message_path - char_after_path
if (!getOption("styler.quiet", FALSE)) {
Expand Down

0 comments on commit 9e3f13d

Please # to comment.