Skip to content

Commit 4eab3f3

Browse files
committed
Removed public modifier
1 parent 164678e commit 4eab3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Networking/Responses/OfferingsResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ struct PriceFormattingRuleSet: Sendable {
148148
}
149149

150150
// swiftlint:disable:next nesting
151-
public enum PluralRule {
151+
enum PluralRule {
152152
case zero, one, two, few, many, other
153153
}
154154
}

0 commit comments

Comments
 (0)