Whitespace

This commit is contained in:
Kenneth Reitz
2011-09-27 22:01:03 -04:00
parent 20dc87c5a9
commit 49e81b9cba
+1 -1
View File
@@ -21,6 +21,7 @@ from flask import Flask, Response
app = Flask(__name__)
@decorator
def x_runtime(f, *args, **kwargs):
"""X-Runtime Flask Response Decorator."""
@@ -32,7 +33,6 @@ def x_runtime(f, *args, **kwargs):
return r
@decorator
def json(f, *args, **kwargs):
"""JSON Flask Response Decorator."""