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)