summaryrefslogtreecommitdiff
path: root/tests/test_session.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-21 15:26:47 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-04-21 15:26:47 +0200
commit04ecd5542849191457ccfc3e42a39452db47825a (patch)
treeb0a470e46326b709d090a900847bbb004d355607 /tests/test_session.py
parent4c177fce89fee925f0f4fbfde00ce2e1252562c0 (diff)
downloadpaste-04ecd5542849191457ccfc3e42a39452db47825a.tar.gz
Strip trailing spaces
Diffstat (limited to 'tests/test_session.py')
-rw-r--r--tests/test_session.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_session.py b/tests/test_session.py
index 621d284..ca4de0c 100644
--- a/tests/test_session.py
+++ b/tests/test_session.py
@@ -26,7 +26,7 @@ def wsgi_app(environ, start_response):
return ['foo']
wsgi_app = SessionMiddleware(wsgi_app)
-
+
def test_app1():
app = TestApp(wsgi_app)
res = app.get('/get1')
@@ -48,5 +48,5 @@ def test_app2():
assert res.body == 'fluff'
res = app.get('/get2')
assert res.body == 'fluff'
-
-
+
+