Skip to content

Commit

Permalink
fixed indentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
John McDowall committed Feb 24, 2016
1 parent d52735b commit 202d6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neutron/db/db_base_plugin_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ def _make_sfi_dict(self, sfi, fields=None,
'out_port_id': sfi['out_port_id'],
'firewall_id': sfi['firewall_id'],
'application_id': sfi['application_id'],
"status": sfi["status"],
"device_owner": port["device_owner"]}
'status': sfi['status'],
'device_owner': port['device_owner']}

return self._fields(res, fields)

Expand Down

0 comments on commit 202d6af

Please sign in to comment.