Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Arclite committed May 13, 2024
1 parent c566cbd commit e582de7
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,5 @@ public struct UnpurchasedFeature {
let learnMoreAction: LearnMoreAction?
let hideFeatureKey: Defaults.Key?

init(message: String, learnMoreAction: LearnMoreAction?, hideFeatureKey: Defaults.Key?) {
self.message = message
self.learnMoreAction = learnMoreAction
self.hideFeatureKey = hideFeatureKey
}

private typealias Strings = UnpurchasedStrings.UnpurchasedFeature
}

0 comments on commit e582de7

Please sign in to comment.