File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Sources/DiffableTextStylesXNumeric Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ import Foundation
7070 }
7171}
7272
73+ //=----------------------------------------------------------------------------=
74+ // MARK: + Currency
75+ //=----------------------------------------------------------------------------=
76+
7377extension Adapter where Format: Formats . Currency {
7478
7579 //=------------------------------------------------------------------------=
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ extension NumericTextStyle where Format: NumericTextFormatXCurrency {
2929 //=------------------------------------------------------------------------=
3030
3131 @inlinable public var currencyCode : String {
32- adapter. currencyCode
32+ self . adapter. currencyCode
3333 }
3434}
3535
You can’t perform that action at this time.
0 commit comments