@@ -108,7 +108,7 @@ tidyverse_style <- function(scope = "tokens",
108108 remove_space_after_opening_paren = remove_space_after_opening_paren ,
109109 remove_space_after_excl = remove_space_after_excl ,
110110 set_space_after_bang_bang = set_space_after_bang_bang ,
111- remove_space_before_dollar = remove_space_before_dollar ,
111+ remove_space_around_dollar = remove_space_around_dollar ,
112112 remove_space_after_fun_dec = remove_space_after_fun_dec ,
113113 remove_space_around_colons = remove_space_around_colons ,
114114 start_comments_with_space = partial(start_comments_with_space ,
@@ -205,7 +205,7 @@ tidyverse_style <- function(scope = "tokens",
205205 # remove_space_after_opening_paren = c("'('", "'['", "LBB"),
206206 remove_space_after_excl = " '!'" ,
207207 set_space_after_bang_bang = " '!'" ,
208- remove_space_before_dollar = " '$'" ,
208+ remove_space_around_dollar = " '$'" ,
209209 remove_space_after_fun_dec = " FUNCTION" ,
210210 remove_space_around_colons = c(" ':'" , " NS_GET_INT" , " NS_GET" ),
211211 start_comments_with_space = " COMMENT" ,
0 commit comments