Skip to content

Commit f92a164

Browse files
committed
corrected parens
1 parent fe73ef0 commit f92a164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

file_diffs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ def run(self, edit, **kwargs):
157157
if indent:
158158
diff = u"\n".join(line[len(indent):] for line in diff.splitlines())
159159

160-
self.show_diff(self.run_diff(current, diff),
160+
self.show_diff(self.run_diff(current, diff,
161161
from_file='first selection',
162-
to_file='second selection')
162+
to_file='second selection'))
163163

164164

165165
class FileDiffSavedCommand(FileDiffCommand):

0 commit comments

Comments
 (0)