diff --git a/plinth/network.py b/plinth/network.py index 62db59daa..3e5a6bea8 100644 --- a/plinth/network.py +++ b/plinth/network.py @@ -368,8 +368,8 @@ def get_active_connection(connection_uuid): raise ConnectionNotFound(connection_uuid) -def _update_common_settings(connection, connection_uuid, name, type_, interface, - zone): +def _update_common_settings(connection, connection_uuid, name, type_, + interface, zone): """Create/edit basic settings for network manager connections. Return newly created connection object if connection is None.