Skip to content

Commit

Permalink
Run swiftformat
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMarinCalleja authored and github-actions[bot] committed Oct 19, 2023
1 parent 0dc3429 commit d3cb274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct HeaderCatalogView: View {
@State var pretitleLineLimit = 0
@State var titleLineLimit = 0
@State var descriptionLineLimit = 0

enum Style: Int {
case normal
case inverse
Expand Down
4 changes: 2 additions & 2 deletions Tests/MisticaSwiftUITests/UI/HeaderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ extension HeaderTests {
as: .image(on: .iPhone8)
)
}

func testFullHeaderAndSmallStyle() {
let header = Header(
pretitle: HeaderText(text: "The pretitle"),
Expand Down Expand Up @@ -138,7 +138,7 @@ extension HeaderTests {
as: .image(on: .iPhone8)
)
}

func testFullHeaderWithInverseAndSmallStyle() {
let header = Header(
pretitle: HeaderText(text: "The pretitle"),
Expand Down

0 comments on commit d3cb274

Please sign in to comment.