Apply consistent code formatting, especially regarding additive and multiplicative operators

This commit is contained in:
2024-01-07 17:05:18 -05:00
parent 5d00f83df0
commit f13404e76f
3 changed files with 75 additions and 76 deletions
-1
View File
@@ -645,7 +645,6 @@ def initial_setup(_scr):
# online (synchronized mode) configuration # online (synchronized mode) configuration
if _dev_sync_types[1] != 'true': if _dev_sync_types[1] != 'true':
# ssh+sshync configuration # ssh+sshync configuration
_ip, _username_ssh, _port, _identity = ssh_config() _ip, _username_ssh, _port, _identity = ssh_config()