diff --git a/Features/AppStructureFeature/Launch/LaunchStartup.swift b/Features/AppStructureFeature/Launch/LaunchStartup.swift index cd3ce3dc..372bc294 100644 --- a/Features/AppStructureFeature/Launch/LaunchStartup.swift +++ b/Features/AppStructureFeature/Launch/LaunchStartup.swift @@ -99,8 +99,7 @@ public final class LaunchStartup { do { let result = try await authDataManager.restoreState() logger.info("LaunchStartup: authentication state restored? \(result)") - } - catch { + } catch { logger.error("LaunchStartup: failed to restore authentication state: \(error)") } }