chore: format queries

This commit is contained in:
Phạm Huy Hoàng 2024-01-21 22:05:44 +09:00
parent 76ca66db38
commit 77e298e4de
50 changed files with 143 additions and 146 deletions

View file

@ -24,12 +24,12 @@
(import_statement
name:
(dotted_name
((identifier) @local.definition.import)))
(identifier) @local.definition.import))
(import_from_statement
name:
(dotted_name
((identifier) @local.definition.import)))
(identifier) @local.definition.import))
; Function with parameters, defines parameters
(parameters