Skip to content

Commit 4b999fb

Browse files
committed
restyle
1 parent 5f4d9e7 commit 4b999fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/parse.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ get_parse_data <- function(text, include_text = TRUE, ...) {
9797
if (any(is_unicode_parsing_error)) {
9898
cli::cli_abort(c(
9999
"Can't parse input due to unicode restriction in base R.",
100-
i = "Please upgrade R to >= 4.2 to style this input. ",
100+
i = "Please upgrade R to >= 4.2 to style this input.",
101101
"Context: {.url https://github.com/r-lib/styler/issues/847}"
102102
))
103103
}

R/style-guides.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ tidyverse_reindention <- function() {
478478
#' @family third-party style guide helpers
479479
#' @export
480480
scope_normalize <- function(scope, name = substitute(scope)) {
481-
levels <- c("none", "spaces", "indention", "line_breaks", "tokens")
481+
levels <- c("none", "spaces", "indention", "line_breaks", "tokens")
482482
rlang::arg_match(
483483
scope,
484484
values = levels,

0 commit comments

Comments
 (0)