Ref: Entfernt überflüssiges Leerzeichen in der storage-Initialisierung im Konfigurationsmodul

This commit is contained in:
2025-08-21 15:29:25 +02:00
parent 00a22ae9d9
commit 403c3180b7

View File

@@ -30,7 +30,7 @@ impl Default for AppConfig {
general: General::default(),
local: Local::default(),
remote: Remote::default(),
storage: None,
storage: None,
}
}
}