Skip to content

Commit 67ca063

Browse files
committed
Cleanup.
1 parent 4d27c75 commit 67ca063

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Sources/DiffableTextStylesXNumeric/Helpers/Adapter.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ import Foundation
7070
}
7171
}
7272

73+
//=----------------------------------------------------------------------------=
74+
// MARK: + Currency
75+
//=----------------------------------------------------------------------------=
76+
7377
extension Adapter where Format: Formats.Currency {
7478

7579
//=------------------------------------------------------------------------=

Sources/DiffableTextStylesXNumeric/Style+Currency.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)