Skip to content

Commit

Permalink
Run swiftformat
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Trujillo26 authored and github-actions[bot] committed Jun 28, 2024
1 parent b9a0cde commit 354921f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MisticaCatalog/Source/MisticaCatalogApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -103,7 +103,7 @@ struct MisticaCatalogApp: App {
UINavigationBar.appearance().scrollEdgeAppearance = appearance
UINavigationBar.appearance().tintColor = .misticaCatalogTint | .white
}

func setUpFont(brandStyle: BrandStyle) {
switch brandStyle {
case .vivoNew:
Expand Down Expand Up @@ -134,7 +134,7 @@ struct MisticaCatalogApp: App {
FontStyle.fontNameForWeight = nil
}
}

func setUpUIFont(brandStyle: BrandStyle) {
switch brandStyle {
case .vivoNew:
Expand Down

0 comments on commit 354921f

Please sign in to comment.