Skip to content

Commit

Permalink
Revert "fix: test lint warning"
Browse files Browse the repository at this point in the history
This reverts commit e3c1566.
  • Loading branch information
IvanStepanok committed Dec 11, 2024
1 parent e3c1566 commit dda621e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ public struct PrimaryCardView: View {
}
}

//swiftlint:disable line_length
#if DEBUG
struct PrimaryCardView_Previews: PreviewProvider {
static var previews: some View {
Expand Down Expand Up @@ -327,3 +328,4 @@ struct PrimaryCardView_Previews: PreviewProvider {
}
}
#endif
//swiftlint:enable line_length

0 comments on commit dda621e

Please sign in to comment.