Skip to content

Commit 1cda636

Browse files
Mark conformance of FloatingPointRoundingRule: Codable retroactive. (#1554)
1 parent 7ae80e0 commit 1cda636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FoundationInternationalization/Formatting/Number/NumberFormatStyleConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ extension FloatingPointRoundingRule {
502502
}
503503

504504
@available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *)
505-
extension FloatingPointRoundingRule : Codable { }
505+
extension FloatingPointRoundingRule: @retroactive Codable { }
506506

507507
@available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *)
508508
extension NumberFormatStyleConfiguration.RoundingIncrement: Codable {

0 commit comments

Comments
 (0)