From 354921f16ece2851dfce8245bbb5387b81ca34b9 Mon Sep 17 00:00:00 2001 From: L-Trujillo26 Date: Fri, 28 Jun 2024 11:23:16 +0200 Subject: [PATCH] Run swiftformat --- MisticaCatalog/Source/MisticaCatalogApp.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MisticaCatalog/Source/MisticaCatalogApp.swift b/MisticaCatalog/Source/MisticaCatalogApp.swift index 5395824d4..0c976746e 100644 --- a/MisticaCatalog/Source/MisticaCatalogApp.swift +++ b/MisticaCatalog/Source/MisticaCatalogApp.swift @@ -50,8 +50,8 @@ struct MisticaCatalogApp: App { } .onChange(of: selectedBrandIndex, perform: { selectedBrandIndex in MisticaConfig.brandStyle = brands[selectedBrandIndex] - setUpFont(brandStyle: brands[selectedBrandIndex]) - setUpUIFont(brandStyle: brands[selectedBrandIndex]) + setUpFont(brandStyle: brands[selectedBrandIndex]) + setUpUIFont(brandStyle: brands[selectedBrandIndex]) withAnimation { reloadId = UUID() } }) .id(reloadId) @@ -103,7 +103,7 @@ struct MisticaCatalogApp: App { UINavigationBar.appearance().scrollEdgeAppearance = appearance UINavigationBar.appearance().tintColor = .misticaCatalogTint | .white } - + func setUpFont(brandStyle: BrandStyle) { switch brandStyle { case .vivoNew: @@ -134,7 +134,7 @@ struct MisticaCatalogApp: App { FontStyle.fontNameForWeight = nil } } - + func setUpUIFont(brandStyle: BrandStyle) { switch brandStyle { case .vivoNew: