Browse Source

Whitespace normalization

pull/228/merge
Armin Ronacher 14 years ago
parent
commit
d8fcd4260e
  1. 1
      tests/flask_tests.py

1
tests/flask_tests.py

@ -642,6 +642,7 @@ class BasicFunctionalityTestCase(unittest.TestCase):
app.config.update( app.config.update(
SERVER_NAME='localhost.localdomain:5000' SERVER_NAME='localhost.localdomain:5000'
) )
@app.route('/') @app.route('/')
def index(): def index():
return None return None

Loading…
Cancel
Save