From a281fab8db482569b8686e8a90a160134b4c82c1 Mon Sep 17 00:00:00 2001 From: furtest Date: Wed, 28 Jan 2026 16:21:30 +0100 Subject: [PATCH] defaults : remove trailing whitespace --- src/unisync/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unisync/defaults.py b/src/unisync/defaults.py index 55f0062..cd12b49 100644 --- a/src/unisync/defaults.py +++ b/src/unisync/defaults.py @@ -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 = ""