chore: drop extraneous newline

This commit is contained in:
aclist 2026-07-04 08:48:03 +09:00
parent 5bb4271d36
commit d75f87768e

View File

@ -73,7 +73,6 @@ def copy_bare_configs(config: "Path", resolution: "Path") -> tuple[bool, bool]:
]
config_changed = False
state_changed = False
if config.parent.exists() is False:
new_file = config
old_file = config.parent.parent / conf