Skip to content

Commit 01f1421

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

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
@@ -295,7 +295,7 @@ def _from_line(cls, repo, line, fetch_line):
295295
# parse lines
296296
control_character, operation, local_remote_ref, remote_local_ref, note = match.groups()
297297
try:
298-
_new_hex_sha, _fetch_operation, fetch_note = fetch_line.split("\t")
298+
_new_hex_sha, _fetch_operation, fetch_note = fetch_line.split("\t")
299299
ref_type_name, fetch_note = fetch_note.split(' ', 1)
300300
except ValueError: # unpack error
301301
raise ValueError("Failed to parse FETCH_HEAD line: %r" % fetch_line)

0 commit comments

Comments
 (0)