Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 7509f09

Browse files
chore: fmt
Co-authored-by: Hendrik van Antwerpen <[email protected]>
1 parent 9551ad9 commit 7509f09

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

languages/tree-sitter-stack-graphs-python/src/stack-graphs.tsg

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -801,13 +801,10 @@ inherit .parent_module
801801

802802
; method definition
803803
(class_definition
804-
body: (
805-
block
804+
body: (block
806805
(function_definition
807806
parameters:
808-
(parameters
809-
. (identifier) @first_param
810-
)
807+
(parameters . (identifier) @first_param)
811808
body: (block) @method_body
812809
)
813810
)

0 commit comments

Comments
 (0)