Skip to content

Commit

Permalink
Prep for cran #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Apr 26, 2023
1 parent e907031 commit 8153bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/core.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ equals_style = function(scope = "tokens",
reindention = tidyverse_reindention(),
math_token_spacing = tidyverse_math_token_spacing()) {
args = as.list(environment())
scope = styler:::scope_normalize(scope)
scope = styler::scope_normalize(scope)
indention_manipulators = if ("indention" %in% scope) {
list()
}
Expand Down

0 comments on commit 8153bb1

Please sign in to comment.