defaults : remove trailing whitespace

This commit is contained in:
2026-01-28 16:21:30 +01:00
parent 033de7e7ca
commit a281fab8db

View File

@@ -6,7 +6,7 @@ from pathlib import Path
# Commented out values are part of the config but are required so there is no defaults.
# This allows this file to be a list of all the config options.
# DEFAULT_SERVER_USER: str = ""
# DEFAULT_SERVER_USER: str = ""
DEFAULT_SERVER_SSHARGS: str = ""
DEFAULT_SERVER_HOSTNAME: str = ""
DEFAULT_SERVER_IP: str = ""