Skip to content

Commit 4cdbd43

Browse files
committed
Format code with black
1 parent b362446 commit 4cdbd43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/fmcommand.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
class FmWindowCommand(sublime_plugin.WindowCommand):
7-
87
@property
98
def settings(cls):
109
try:

commands/open_in_explorer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ def run(self, paths=None):
1313
else:
1414
dirname, basename = os.path.split(path)
1515
self.window.run_command(
16-
"open_dir", {"dir": dirname, "file": basename},
16+
"open_dir",
17+
{"dir": dirname, "file": basename},
1718
)

0 commit comments

Comments
 (0)