Skip to content

Commit 4f904a6

Browse files
tweak allignment
1 parent 3bdd908 commit 4f904a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/serialized_tests.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,10 @@ style_empty <- function(text) {
167167
style_op <- function(text) {
168168
transformers <- list(
169169
# transformer functions
170-
initialize = default_style_guide_attributes,
170+
initialize = default_style_guide_attributes,
171171
line_break = NULL,
172172
space = partial(indent_op, indent_by = 2),
173173
token = NULL,
174-
175174
# transformer options
176175
use_raw_indention = FALSE,
177176
reindention = specify_reindention(),

0 commit comments

Comments
 (0)