Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Apr 25, 2022
1 parent e389949 commit b1327f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cursorless-talon/src/cursorless-snippets.talon
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ tag: user.cursorless_experimental_snippets
user.cursorless_single_target_command(cursorless_insert_snippet_action, cursorless_target, cursorless_insertion_snippet)

{user.cursorless_insert_snippet_action} {user.cursorless_insertion_snippet_single_phrase} <user.text> [halt]:
user.cursorless_insert_snippet_with_phrase(cursorless_insert_snippet_action, cursorless_insertion_snippet_single_phrase, text)
user.cursorless_insert_snippet_with_phrase(cursorless_insert_snippet_action, cursorless_insertion_snippet_single_phrase, text)
3 changes: 2 additions & 1 deletion cursorless-talon/src/snippets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from talon import Module, actions, app, Context
from talon import Context, Module, actions, app

from .csv_overrides import init_csv_and_watch_changes

mod = Module()
Expand Down

0 comments on commit b1327f5

Please sign in to comment.