Fix pep8 fail that crept in

Not sure how, but this crept in via https://review.openstack.org/#/c/281691/

Change-Id: I919276ee5204277dbc5e96f4de4b98381142423a
This commit is contained in:
Dean Troyer 2016-04-08 19:33:11 -05:00
parent 5d2f4107b4
commit 0ea80a92f0

@ -339,4 +339,4 @@ class ShowRouter(command.ShowOne):
obj = client.find_router(parsed_args.router, ignore_missing=False)
columns = _get_columns(obj)
data = utils.get_item_properties(obj, columns, formatters=_formatters)
return columns, data
return columns, data