From eec2fdac94002f0d00ccc386226409d3bdbef6dd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Jun 2011 18:17:27 -0400 Subject: [PATCH] whitespace --- httpbin/core.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/httpbin/core.py b/httpbin/core.py index 9832e02..a5a9fe1 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -20,8 +20,6 @@ def to_json(*args, **kwargs): return json.dumps(data) - - @app.route('/') def hello(): return to_json(hello='world')