Skip to content

Commit 1a3ef50

Browse files
Update style-guides.R
1 parent 6a82a55 commit 1a3ef50

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/style-guides.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,6 @@ tidyverse_style <- function(scope = "tokens",
226226
tokens = list(
227227
resolve_semicolon = "';'",
228228
add_brackets_in_pipe = c("SPECIAL-PIPE", "PIPE"),
229-
# before 3.6, these assignments are not wrapped into top-level expression
230-
# and `text` supplied to transformers_drop() is "", so it appears to not
231-
# contain EQ_ASSIGN, and the transformer is falsely removed.
232-
# compute_parse_data_nested / text_to_flat_pd ('a = 4')
233229
force_assignment_op = "EQ_ASSIGN",
234230
wrap_if_else_while_for_fun_multi_line_in_curly = c(
235231
"IF", "WHILE", "FOR", "FUNCTION"

0 commit comments

Comments
 (0)