From 8153bb17db5e38416d890beb0ac3f5735c342a9e Mon Sep 17 00:00:00 2001 From: robinlovelace Date: Wed, 26 Apr 2023 16:53:08 +0100 Subject: [PATCH] Prep for cran #2 See https://github.com/r-lib/styler/issues/340#issuecomment-1207569513 for context --- R/core.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/core.R b/R/core.R index cc8e165..441f368 100644 --- a/R/core.R +++ b/R/core.R @@ -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() }