Skip to content

Commit e3a57f5

Browse files
pratik-anuragByron
authored andcommitted
removed trailing whitespaces
1 parent f83797a commit e3a57f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/objects/commit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def _get_intermediate_items(cls, commit):
140140
def _set_cache_(self, attr):
141141
if attr in Commit.__slots__:
142142
# read the data in a chunk, its faster - then provide a file wrapper
143-
_binsha, _typename, self.size, stream = self.repo.odb.stream(self.binsha)
143+
_binsha, _typename, self.size, stream = self.repo.odb.stream(self.binsha)
144144
self._deserialize(BytesIO(stream.read()))
145145
else:
146146
super(Commit, self)._set_cache_(attr)

0 commit comments

Comments
 (0)