about summary refs log tree commit diff
path: root/snippets/python-mode/op.get_bind.execute
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-26T14·28-0400
committerGriffin Smith <root@gws.fyi>2020-05-26T14·28-0400
commit723ff591ee952fb94fd50997160b90b5219e4b74 (patch)
tree95ae4f1830b25ae1f1260c1cefea52cef4064e61 /snippets/python-mode/op.get_bind.execute
parent712f997de1378b23466dd33302f8e82a2b901e97 (diff)
Pre-format exec snippet
Diffstat (limited to 'snippets/python-mode/op.get_bind.execute')
-rw-r--r--snippets/python-mode/op.get_bind.execute5
1 files changed, 3 insertions, 2 deletions
diff --git a/snippets/python-mode/op.get_bind.execute b/snippets/python-mode/op.get_bind.execute
index 5f46464ac93a..aba801c6baf9 100644
--- a/snippets/python-mode/op.get_bind.execute
+++ b/snippets/python-mode/op.get_bind.execute
@@ -1,6 +1,7 @@
 # key: exec
 # name: op.get_bind.execute
 # --
-op.get_bind().execute("""
+op.get_bind().execute(
+    """
     `(progn (sqlup-mode) "")`$1
-""")
+    """)