@@ -164,16 +164,16 @@ NULL
164164style_empty <- function (text , base_indention = 0 ) {
165165 transformers <- list (
166166 # transformer functions
167- initialize = list (
167+ initialize = list (
168168 default_style_guide_attributes = default_style_guide_attributes
169169 ),
170- line_break = NULL ,
171- space = NULL ,
172- token = NULL ,
170+ line_break = NULL ,
171+ space = NULL ,
172+ token = NULL ,
173173 # transformer options
174174 use_raw_indention = FALSE ,
175- reindention = specify_reindention(),
176- indent_character = " " ,
175+ reindention = specify_reindention(),
176+ indent_character = " " ,
177177 NULL
178178 )
179179 transformed_text <- parse_transform_serialize_r(text ,
@@ -188,7 +188,7 @@ style_empty <- function(text, base_indention = 0) {
188188style_op <- function (text , base_indention = 0L ) {
189189 transformers <- list (
190190 # transformer functions
191- initialize = list (
191+ initialize = list (
192192 default_style_guide_attributes = default_style_guide_attributes
193193 ),
194194 line_break = NULL ,
@@ -198,8 +198,8 @@ style_op <- function(text, base_indention = 0L) {
198198 token = NULL ,
199199 # transformer options
200200 use_raw_indention = FALSE ,
201- reindention = specify_reindention(),
202- indent_character = " " ,
201+ reindention = specify_reindention(),
202+ indent_character = " " ,
203203 NULL
204204 )
205205
0 commit comments