Skip to content

Commit 73f038a

Browse files
committed
Remove extra space
1 parent ff2f82f commit 73f038a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Git/podspec-merge-driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def extract_hunks(unified_diff):
1414
if line == '---' or line == '+++':
1515
continue
1616
elif line.startswith('@@'):
17-
if len(hunk) > 0 :
17+
if len(hunk) > 0:
1818
hunks.append(hunk)
1919
hunk = []
2020
else:

0 commit comments

Comments
 (0)