diff options
Diffstat (limited to 'queries/python/indents.scm')
| -rw-r--r-- | queries/python/indents.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/queries/python/indents.scm b/queries/python/indents.scm index 94005ebab..dbda25b5c 100644 --- a/queries/python/indents.scm +++ b/queries/python/indents.scm @@ -164,9 +164,8 @@ (attribute attribute: (_) @indent.end) (call - arguments: - (_ - ")" @indent.end)) + arguments: (_ + ")" @indent.end)) "return" @indent.end ] .) |
