Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Nov 14, 2023
1 parent a8e6c73 commit d0e90c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cursorless-talon/src/snippet_cursorless.talon
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ and not tag: user.cursorless_use_community_snippets
user.private_cursorless_insert_snippet_with_phrase(cursorless_insertion_snippet_single_phrase, text)

{user.cursorless_wrapper_snippet} {user.cursorless_wrap_action} <user.cursorless_target>:
user.private_cursorless_wrap_with_snippet(cursorless_wrap_action, cursorless_target, cursorless_wrapper_snippet)
user.private_cursorless_wrap_with_snippet(cursorless_wrap_action, cursorless_target, cursorless_wrapper_snippet)
2 changes: 1 addition & 1 deletion cursorless-talon/src/snippets_community.talon
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ and tag: user.cursorless_use_community_snippets

# These snippets are defined in community
{user.snippet_wrapper} {user.cursorless_wrap_action} <user.cursorless_target>:
user.wrap_with_snippet_by_name(snippet_wrapper, cursorless_target)
user.wrap_with_snippet_by_name(snippet_wrapper, cursorless_target)

0 comments on commit d0e90c2

Please sign in to comment.