whitespace fix to nmcli (#51079)

pull/4420/head
Taz Brown 2019-03-21 20:05:08 -05:00 committed by Alicia Cozine
parent 363c9594ec
commit 688016f8a0
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ class Nmcli(object):
except dbus.exceptions.DBusException as e:
self.module.fail_json(msg="Unable to read Network Manager settings from DBus system bus: %s" % to_native(e),
details="Please check if NetworkManager is installed and"
" service network-manager is started.")
"service network-manager is started.")
connection_paths = settings.ListConnections()
connection_list = []
# List each connection's name, UUID, and type