Add missing newline at end of decorators.py

This commit is contained in:
Joseph Schorr 2015-05-26 16:48:59 -04:00
parent 54992c23b7
commit ecabf086ea

View file

@ -27,4 +27,4 @@ def anon_protect(func):
return func(*args, **kwargs)
abort(401)
return wrapper
return wrapper