Skip to content

Commit

Permalink
trimws
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Oct 26, 2024
1 parent 6d4ad15 commit 3996d9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/format_numeric.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ format_numeric <- function(value, num_suffix, digits, num_mark_big, num_mark_dec
} else {
out <- NULL
}
out <- trimws(out)
return(out)
}

Expand Down

0 comments on commit 3996d9d

Please sign in to comment.