Skip to content

Commit c3e67d9

Browse files
committed
Fix whitespace
1 parent 80c5e69 commit c3e67d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def f(s):
253253
return s[0] == 'checkinversion' and s[1] < date and filterBranches(s[2], True)
254254
versions = list(filter(f, list(map(lambda x: x.split('|'), history.split('\n')))))
255255
if not versions:
256-
print("It appears that you may be missing a branch in the includes section of your gitcc config for file '%s'." % added)
256+
print("It appears that you may be missing a branch in the includes section of your gitcc config for file '%s'." % added)
257257
continue
258258
self._add(added, versions[0][2].strip())
259259

0 commit comments

Comments
 (0)