Skip to content

Commit

Permalink
Oops. Left some whitespace in there on accident.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Place authored Nov 26, 2018
1 parent a6e8109 commit 89bb6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/modules/openvswitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ def bridge_delete(br, if_exists=True):
def bridge_to_parent(br):
'''
Returns the parent bridge of a bridge.
Args:
br: A string - bridge name
Returns:
Name of the parent bridge. This is the same as the bridge name if the
bridge is not a fake bridge. If the bridge does not exist, False is
Expand Down

0 comments on commit 89bb6ae

Please sign in to comment.