Skip to content

Commit 8624a27

Browse files
committed
Added newline at end of file
1 parent 8707ba1 commit 8624a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,4 +1717,4 @@ def test_ppaged(base_app):
17171717
end = '\n'
17181718
base_app.ppaged(msg)
17191719
out = base_app.stdout.buffer
1720-
assert out == msg + end
1720+
assert out == msg + end

0 commit comments

Comments
 (0)