Skip to content

Commit

Permalink
mistake in fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Apr 6, 2024
1 parent b9e16ba commit 50158c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/options.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ stopf <- function(fmt, ..., call. = TRUE, domain = NULL) {
stop(cond)
}

trim <- function(x) {
trim <- function(s) {
sub("[\t\n\f\r ]+$", "", sub("^[\t\n\f\r ]+", "", s))
}

Expand Down

0 comments on commit 50158c6

Please sign in to comment.