Skip to content

Commit eb08a3d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/objects/tag.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def _set_cache_(self, attr):
5252
ostream = self.repo.odb.stream(self.binsha)
5353
lines = ostream.read().decode(defenc).splitlines()
5454

55-
_obj, hexsha = lines[0].split(" ")
56-
_type_token, type_name = lines[1].split(" ")
55+
_obj, hexsha = lines[0].split(" ")
56+
_type_token, type_name = lines[1].split(" ")
5757
self.object = \
5858
get_object_type_by_name(type_name.encode('ascii'))(self.repo, hex_to_bin(hexsha))
5959

0 commit comments

Comments
 (0)