Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit b811ca8

Browse files
committed
slight code formatting
1 parent 5ea500f commit b811ca8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SQLTools.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@
3535
connections = None
3636
history = None
3737

38+
3839
def getSublimeUserFolder():
3940
return os.path.join(sublime.packages_path(), 'User')
4041

42+
4143
def startPlugin():
4244
global USER_FOLDER, DEFAULT_FOLDER
4345
global SETTINGS_FILENAME, SETTINGS_FILENAME_DEFAULT
@@ -329,7 +331,6 @@ def on_query_completions(view, prefix, locations):
329331
prefix = re.split('[^\w.]+', lineStr).pop()
330332
except Exception as e:
331333
Log(e)
332-
pass
333334

334335
# determine desired keywords case from settings
335336
formatSettings = settings.get('format', {})

0 commit comments

Comments
 (0)