Skip to content

Commit f8fc7d8

Browse files
author
MattDMo
committed
Removed extraneous space
1 parent 7eda924 commit f8fc7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonImproved.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ patterns:
208208
- include: '#entity_name_function'
209209

210210
- match: \b(?:(?:(async)\s+)?(def)|(lambda))\b
211-
captures:
211+
captures:
212212
'1': {name: storage.modifier.async.python}
213213
'2': {name: storage.type.function.python}
214214
'3': {name: storage.type.function.inline.python}

0 commit comments

Comments
 (0)