Fixed indent of line 450

... caused Travis to get mad
This commit is contained in:
Jonathan Frederic 2014-01-02 15:07:18 -08:00 committed by Jonathan Frederic
parent a2235efbea
commit 46e88dc205

View File

@ -447,4 +447,4 @@ class Widget(BaseWidget):
def view(self, view_name=None):
"""Return a widget that can be displayed to display this widget using
a non-default view"""
return ViewWidget(self, view_name)
return ViewWidget(self, view_name)