Skip to content

Commit 53cc0cb

Browse files
committed
Trailing whitespace fix
1 parent d39cfd9 commit 53cc0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/nmcli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2402,7 +2402,7 @@ def is_connection_active(self):
24022402
"""Check if the connection is currently active"""
24032403
state = self.get_connection_state()
24042404
return state == "activated"
2405-
2405+
24062406
def up_connection(self):
24072407
cmd = [self.nmcli_bin, "con", "up", self.conn_name]
24082408
return self.execute_command(cmd)

0 commit comments

Comments
 (0)