Skip to content

Commit ff7958a

Browse files
committed
remove unnecessary topiary capture in dictionary rule
1 parent e610215 commit ff7958a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

queries/gdscript.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
(dictionary
3535
"{" @append_empty_softline @append_indent_start
36-
"}" @prepend_empty_softline @append_empty_softline @prepend_indent_end)
36+
"}" @prepend_empty_softline @prepend_indent_end)
3737
(dictionary "," @append_spaced_softline . (comment)? @do_nothing)
3838
(dictionary "{" @append_space "}" @prepend_space (#single_line_only!))
3939
(pair ":" @append_space)

0 commit comments

Comments
 (0)