Skip to content

Commit d120c08

Browse files
committed
Cleanup: marks.
1 parent 7a1c0ff commit d120c08

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Sources/DiffableTextKit/DiffableTextStyle.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public protocol DiffableTextStyle: Equatable {
3434
@inlinable func locale(_ locale: Locale) -> Self
3535

3636
//=------------------------------------------------------------------------=
37-
// MARK: Upstream | Inactive
37+
// MARK: Upstream - Inactive
3838
//=------------------------------------------------------------------------=
3939

4040
/// Returns formatted text.
@@ -44,7 +44,7 @@ public protocol DiffableTextStyle: Equatable {
4444
@inlinable func format(_ value: Value) -> String
4545

4646
//=------------------------------------------------------------------------=
47-
// MARK: Upstream | Active
47+
// MARK: Upstream - Active
4848
//=------------------------------------------------------------------------=
4949

5050
/// Returns a value and a snapshot.
@@ -54,7 +54,7 @@ public protocol DiffableTextStyle: Equatable {
5454
@inlinable func interpret(_ value: Value) -> Commit<Value>
5555

5656
//=------------------------------------------------------------------------=
57-
// MARK: Downstream | Interactive
57+
// MARK: Downstream - Interactive
5858
//=------------------------------------------------------------------------=
5959

6060
/// Returns a value and a snapshot.

Sources/DiffableTextStylesXNumeric/Style.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public struct _NumericTextStyle<Format: NumericTextFormat>: DiffableTextStyle {
7474
}
7575

7676
//=----------------------------------------------------------------------------=
77-
// MARK: + Upstream | Inactive
77+
// MARK: + Upstream - Inactive
7878
//=----------------------------------------------------------------------------=
7979

8080
extension NumericTextStyle {
@@ -89,7 +89,7 @@ extension NumericTextStyle {
8989
}
9090

9191
//=----------------------------------------------------------------------------=
92-
// MARK: + Upstream | Active
92+
// MARK: + Upstream - Active
9393
//=----------------------------------------------------------------------------=
9494

9595
extension NumericTextStyle {
@@ -128,7 +128,7 @@ extension NumericTextStyle {
128128
}
129129

130130
//=----------------------------------------------------------------------------=
131-
// MARK: + Downstream | Interactive
131+
// MARK: + Downstream - Interactive
132132
//=----------------------------------------------------------------------------=
133133

134134
extension NumericTextStyle {

Sources/DiffableTextStylesXPattern/Style.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Value: RangeReplaceableCollection, Value: Equatable, Value.Element == Character
5555
}
5656

5757
//=----------------------------------------------------------------------------=
58-
// MARK: + Upstream | Inactive
58+
// MARK: + Upstream - Inactive
5959
//=----------------------------------------------------------------------------=
6060

6161
extension PatternTextStyle {
@@ -84,7 +84,7 @@ extension PatternTextStyle {
8484
}
8585

8686
//=----------------------------------------------------------------------------=
87-
// MARK: + Upstream | Active
87+
// MARK: + Upstream - Active
8888
//=----------------------------------------------------------------------------=
8989

9090
extension PatternTextStyle {
@@ -112,7 +112,7 @@ extension PatternTextStyle {
112112
}
113113

114114
//=----------------------------------------------------------------------------=
115-
// MARK: + Downstream | Interactive
115+
// MARK: + Downstream - Interactive
116116
//=----------------------------------------------------------------------------=
117117

118118
extension PatternTextStyle {

Sources/DiffableTextStylesXWrapper/Wrapper.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ extension WrapperTextStyle {
4141
}
4242

4343
//=------------------------------------------------------------------------=
44-
// MARK: Upstream | Inactive
44+
// MARK: Upstream - Inactive
4545
//=------------------------------------------------------------------------=
4646

4747
@inlinable @inline(__always)
@@ -50,7 +50,7 @@ extension WrapperTextStyle {
5050
}
5151

5252
//=------------------------------------------------------------------------=
53-
// MARK: Upstream | Active
53+
// MARK: Upstream - Active
5454
//=------------------------------------------------------------------------=
5555

5656
@inlinable @inline(__always)
@@ -59,7 +59,7 @@ extension WrapperTextStyle {
5959
}
6060

6161
//=------------------------------------------------------------------------=
62-
// MARK: Downstream | Interactive
62+
// MARK: Downstream - Interactive
6363
//=------------------------------------------------------------------------=
6464

6565
@inlinable @inline(__always)

0 commit comments

Comments
 (0)