Skip to content

Commit 11b8466

Browse files
committed
remove: outer paren in class def
1 parent 7e25ceb commit 11b8466

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

queries/dart.scm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818

1919
;;!! class Foo {}
2020
;;! ^^^^^^^^^^^^
21-
(
2221

23-
(class_definition
24-
name: (_) @className
25-
) @class @className.domain
26-
)
22+
(class_definition
23+
name: (_) @className
24+
) @class @className.domain

0 commit comments

Comments
 (0)