summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-05-03 00:14:30 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-05-03 00:14:30 -0400
commit8624a273d4b19b0bb5c8e5b99a6a7688a6bf6f69 (patch)
tree7c0bd9078d6583ec4d629499b970ca019a85ae7b
parent8707ba1522e425763b2e4bdcb418c17ef43eac4b (diff)
downloadcmd2-git-8624a273d4b19b0bb5c8e5b99a6a7688a6bf6f69.tar.gz
Added newline at end of file
-rw-r--r--tests/test_cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index a444da2f..b6416005 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -1717,4 +1717,4 @@ def test_ppaged(base_app):
end = '\n'
base_app.ppaged(msg)
out = base_app.stdout.buffer
- assert out == msg + end \ No newline at end of file
+ assert out == msg + end