From 5e6099bce97a688c251c29f9e7e83c6402efc783 Mon Sep 17 00:00:00 2001 From: Pratik Anurag Date: Tue, 15 Oct 2019 17:45:01 +0530 Subject: removed trailing whitespaces --- git/test/test_commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_commit.py') 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 -- cgit v1.2.1