Skip to content

Commit 219c815

Browse files
committed
No parens necessary
1 parent c01d103 commit 219c815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file_diffs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def run_diff(self, a, b, from_file, to_file, **options):
9494
diffs = list(difflib.unified_diff(from_content, to_content, from_file, to_file))
9595

9696
if not diffs:
97-
if (sublime.version() < '3000'):
97+
if sublime.version() < '3000':
9898
sublime.status_message('No Difference')
9999
else:
100100
self.view.show_popup('<span style="font-size: 10pt">No Difference</span>')

0 commit comments

Comments
 (0)