We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2f82f commit 73f038aCopy full SHA for 73f038a
1 file changed
Git/podspec-merge-driver.py
@@ -14,7 +14,7 @@ def extract_hunks(unified_diff):
14
if line == '---' or line == '+++':
15
continue
16
elif line.startswith('@@'):
17
- if len(hunk) > 0 :
+ if len(hunk) > 0:
18
hunks.append(hunk)
19
hunk = []
20
else:
0 commit comments