Skip to content

Commit c21678c

Browse files
authored
Update cursorless-talon/src/snippets.py
1 parent 835d0d3 commit c21678c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cursorless-talon/src/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def insert_community_snippet(
5757
to_scope_types(s.scopes),
5858
# languages will be missing if the user has an older version of community
5959
s.languages if hasattr(s, "languages") else None,
60-
None, # substitutions
60+
substitutions=None,
6161
)
6262
for s in snippets
6363
],

0 commit comments

Comments
 (0)