Skip to content

Commit 3216945

Browse files
pratik-anuragByron
authored andcommitted
removed trailing whitespaces
1 parent ef2316a commit 3216945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git/test/test_index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self, *args):
7575

7676
def _assert_fprogress(self, entries):
7777
self.assertEqual(len(entries), len(self._fprogress_map))
78-
for _path, call_count in self._fprogress_map.items():
78+
for _path, call_count in self._fprogress_map.items():
7979
self.assertEqual(call_count, 2)
8080
# END for each item in progress map
8181
self._reset_progress()
@@ -201,7 +201,7 @@ def test_index_file_from_tree(self, rw_repo):
201201

202202
# test BlobFilter
203203
prefix = 'lib/git'
204-
for _stage, blob in base_index.iter_blobs(BlobFilter([prefix])):
204+
for _stage, blob in base_index.iter_blobs(BlobFilter([prefix])):
205205
assert blob.path.startswith(prefix)
206206

207207
# writing a tree should fail with an unmerged index

0 commit comments

Comments
 (0)