File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -178,19 +178,14 @@ If node is not method, return DEFAULT-NAME"
178
178
(:query (class_declaration (class_body (method_declaration @match))) :engine combobulate)))
179
179
180
180
(:activation-nodes
181
- ((:nodes ((rule " block" ) ) :position at))
181
+ ((:nodes (" block" ) :position at))
182
182
:selector (:choose node
183
183
:match-children (:discard-rules (rule " comment" ))))
184
184
185
185
( :activation-nodes ((:nodes (" marker_annotation" " annotation" ) :position at))
186
186
:selector (:choose node
187
187
:match-siblings (:match-rules (" marker_annotation" " annotation" ))))
188
188
189
- ( :activation-nodes ((:nodes ((irule " block" ))
190
- :position at))
191
- :selector (:choose node
192
- :match-children (:match-rules (" block" ))))
193
-
194
189
( :activation-nodes ((:nodes (" if_statement" )
195
190
:position at))
196
191
:selector (:choose node
You can’t perform that action at this time.
0 commit comments