From a54ceed6529cb68dbc9a4736d25a0e8c9234b0cf Mon Sep 17 00:00:00 2001 From: "Mohannad A. Hassan" Date: Wed, 1 Jan 2025 10:38:45 +0200 Subject: [PATCH] Fix linting issues in LaunchStartup --- Features/AppStructureFeature/Launch/LaunchStartup.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)") } }