Skip to content

Commit 725cd1f

Browse files
Keyword argument
1 parent 6730477 commit 725cd1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cursorless-talon/src/snippets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ def private_cursorless_insert_community_snippet(
132132
"""Cursorless: Insert community snippet <name>"""
133133
insert_community_snippet(
134134
name,
135-
None, # substitutions
136-
destination,
135+
substitutions=None,
136+
destination=destination,
137137
)
138138

139139
def private_cursorless_wrap_with_community_snippet(

0 commit comments

Comments
 (0)