Skip to content

Commit

Permalink
SwiftLint autocorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Chapman committed Sep 8, 2023
1 parent 5efc4f9 commit 864d932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RevenueCatUI/Data/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum Constants {

/// For UI elements that wouldn't make sense to keep scaling up forever
static let maximumDynamicTypeSize: DynamicTypeSize = .accessibility3

/// See https://developer.apple.com/design/human-interface-guidelines/buttons#Best-practices
#if swift(>=5.9) && os(visionOS)
static let minimumButtonHeight: CGFloat = 60
Expand Down

0 comments on commit 864d932

Please sign in to comment.