summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-02-28 18:19:16 +0000
committeryobmod <yobmod@gmail.com>2021-02-28 18:19:16 +0000
commit300261de4831207126906a6f4848a680f757fbd4 (patch)
tree4b4fbb653caf750324a9348d996b6e40996576d6
parentb4fe276637fe1ce3b2ebb504b69268d5b79de1ac (diff)
downloadgitpython-300261de4831207126906a6f4848a680f757fbd4.tar.gz
add newline
-rw-r--r--test/testrunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testrunner.py b/test/testrunner.py
index c66af653..a3bcfa3c 100644
--- a/test/testrunner.py
+++ b/test/testrunner.py
@@ -4,4 +4,4 @@ start_dir = '.'
suite = loader.discover(start_dir)
runner = unittest.TextTestRunner()
-runner.run(suite) \ No newline at end of file
+runner.run(suite)