Skip to content

Commit f3d0d1d

Browse files
pratik-anuragByron
authored andcommitted
removed trailing whitespaces
1 parent eb08a3d commit f3d0d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def _from_line(cls, remote, line):
183183
split_token = "..."
184184
if control_character == " ":
185185
split_token = ".."
186-
old_sha, _new_sha = summary.split(' ')[0].split(split_token)
186+
old_sha, _new_sha = summary.split(' ')[0].split(split_token)
187187
# have to use constructor here as the sha usually is abbreviated
188188
old_commit = old_sha
189189
# END message handling

0 commit comments

Comments
 (0)