From ed9c5d88442235807c3368a91c9728c253776bb5 Mon Sep 17 00:00:00 2001 From: Benny Date: Tue, 9 May 2017 00:28:27 +0800 Subject: [PATCH] indent --- sanic/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/app.py b/sanic/app.py index 0e59c9c5..27030057 100644 --- a/sanic/app.py +++ b/sanic/app.py @@ -290,7 +290,7 @@ class Sanic: return handler return response - + # Decorator def middleware(self, middleware_or_request): """Decorate and register middleware to be called before a request.