diff options
author | Pratik Anurag <panurag247365@gmail.com> | 2019-10-15 17:45:01 +0530 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-10-15 15:13:01 +0200 |
commit | 5e6099bce97a688c251c29f9e7e83c6402efc783 (patch) | |
tree | 2cfb831f889b6180d177eb01d117b5f2738c9f06 /git/test/test_commit.py | |
parent | b7289c75cceaaf292c6ee01a16b24021fd777ad5 (diff) | |
download | gitpython-5e6099bce97a688c251c29f9e7e83c6402efc783.tar.gz |
removed trailing whitespaces
Diffstat (limited to 'git/test/test_commit.py')
-rw-r--r-- | git/test/test_commit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_commit.py b/git/test/test_commit.py index 00b6d8dc..96a03b20 100644 --- a/git/test/test_commit.py +++ b/git/test/test_commit.py @@ -125,7 +125,7 @@ class TestCommit(TestBase): check_entries(stats.total) assert "files" in stats.total - for _filepath, d in stats.files.items(): + for _filepath, d in stats.files.items(): check_entries(d) # END for each stated file |