From d0e90c2c46aeba12c3f4f515e33b3d65990f7dc9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:57:39 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- cursorless-talon/src/snippet_cursorless.talon | 2 +- cursorless-talon/src/snippets_community.talon | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cursorless-talon/src/snippet_cursorless.talon b/cursorless-talon/src/snippet_cursorless.talon index 2b9b96a9de..ffc28e20b4 100644 --- a/cursorless-talon/src/snippet_cursorless.talon +++ b/cursorless-talon/src/snippet_cursorless.talon @@ -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.private_cursorless_wrap_with_snippet(cursorless_wrap_action, cursorless_target, cursorless_wrapper_snippet) \ No newline at end of file + user.private_cursorless_wrap_with_snippet(cursorless_wrap_action, cursorless_target, cursorless_wrapper_snippet) diff --git a/cursorless-talon/src/snippets_community.talon b/cursorless-talon/src/snippets_community.talon index a16f81a825..859e584e5f 100644 --- a/cursorless-talon/src/snippets_community.talon +++ b/cursorless-talon/src/snippets_community.talon @@ -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.wrap_with_snippet_by_name(snippet_wrapper, cursorless_target) \ No newline at end of file + user.wrap_with_snippet_by_name(snippet_wrapper, cursorless_target)