Skip to content

Commit

Permalink
get rid of condition that always hold
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Jan 24, 2021
1 parent 21b1f2a commit 4e7d97f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/style-guides.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ tidyverse_style <- function(scope = "tokens",
indent_without_paren = partial(indent_without_paren,
indent_by = indent_by
),
update_indention_ref_fun_dec =
if ("indention" %in% scope) update_indention_ref_fun_dec
update_indention_ref_fun_dec = update_indention_ref_fun_dec
)
}
space_manipulators <- if ("spaces" %in% scope) {
Expand Down

0 comments on commit 4e7d97f

Please sign in to comment.