Skip to content

Commit b16b664

Browse files
pratik-anuragByron
authored andcommitted
removed trailing whitespaces
1 parent 05e9a6f commit b16b664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/index/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def raise_exc(e):
392392
continue
393393
# END glob handling
394394
try:
395-
for root, _dirs, files in os.walk(abs_path, onerror=raise_exc):
395+
for root, _dirs, files in os.walk(abs_path, onerror=raise_exc):
396396
for rela_file in files:
397397
# add relative paths only
398398
yield osp.join(root.replace(rs, ''), rela_file)

0 commit comments

Comments
 (0)