Skip to content

Commit

Permalink
Cleanup: marks.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbyspro committed Mar 10, 2022
1 parent 6bc1498 commit 32c40ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Sources/DiffableTextStylesXNumeric/Format+Currency.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Foundation
extension Decimal.FormatStyle.Currency: Format, Formats.Currency {

//=------------------------------------------------------------------------=
// MARK: Translations
// MARK: Scheme
//=------------------------------------------------------------------------=

@inlinable public func scheme() -> some NumericTextScheme {
Expand All @@ -31,7 +31,7 @@ extension Decimal.FormatStyle.Currency: Format, Formats.Currency {
extension FloatingPointFormatStyle.Currency: Format, Formats.Currency where Value: NumericTextValue {

//=------------------------------------------------------------------------=
// MARK: Translations
// MARK: Scheme
//=------------------------------------------------------------------------=

@inlinable public func scheme() -> some NumericTextScheme {
Expand All @@ -46,7 +46,7 @@ extension FloatingPointFormatStyle.Currency: Format, Formats.Currency where Valu
extension IntegerFormatStyle.Currency: Format, Formats.Currency where Value: NumericTextValue {

//=------------------------------------------------------------------------=
// MARK: Translations
// MARK: Scheme
//=------------------------------------------------------------------------=

@inlinable public func scheme() -> some NumericTextScheme {
Expand Down
6 changes: 3 additions & 3 deletions Sources/DiffableTextStylesXNumeric/Format+Number.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension Decimal.FormatStyle: Format, Formats.Number,
Formats.Currencyable, Formats.Percentable {

//=------------------------------------------------------------------------=
// MARK: Translations
// MARK: Scheme
//=------------------------------------------------------------------------=

@inlinable public func scheme() -> some NumericTextScheme {
Expand All @@ -33,7 +33,7 @@ extension FloatingPointFormatStyle: Format, Formats.Number,
Formats.Currencyable, Formats.Percentable where FormatInput: NumericTextValue {

//=------------------------------------------------------------------------=
// MARK: Translations
// MARK: Scheme
//=------------------------------------------------------------------------=

@inlinable public func scheme() -> some NumericTextScheme {
Expand All @@ -49,7 +49,7 @@ extension IntegerFormatStyle: Format, Formats.Number,
Formats.Currencyable where FormatInput: NumericTextValue {

//=------------------------------------------------------------------------=
// MARK: Translations
// MARK: Scheme
//=------------------------------------------------------------------------=

@inlinable public func scheme() -> some NumericTextScheme {
Expand Down
4 changes: 2 additions & 2 deletions Sources/DiffableTextStylesXNumeric/Format+Percent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Foundation
extension Decimal.FormatStyle.Percent: Format, Formats.Percent {

//=------------------------------------------------------------------------=
// MARK: Translations
// MARK: Scheme
//=------------------------------------------------------------------------=

@inlinable public func scheme() -> some NumericTextScheme {
Expand All @@ -31,7 +31,7 @@ extension Decimal.FormatStyle.Percent: Format, Formats.Percent {
extension FloatingPointFormatStyle.Percent: Format, Formats.Percent where Value: NumericTextValue {

//=------------------------------------------------------------------------=
// MARK: Translations
// MARK: Scheme
//=------------------------------------------------------------------------=

@inlinable public func scheme() -> some NumericTextScheme {
Expand Down

0 comments on commit 32c40ee

Please sign in to comment.