Skip to content

Commit 9e50df4

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent cb080b7 commit 9e50df4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sources/ComposableArchitecture/SwiftUI/TextState.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ extension TextState: CustomDebugOutputConvertible {
322322
case .bold, .fontWeight(.some(.bold)):
323323
output = "**\(output)**"
324324
case .font(.some):
325-
break // TODO: capture Font description using DSL similar to TextState and print here
325+
break // TODO: capture Font description using DSL similar to TextState and print here
326326
case let .fontWeight(.some(weight)):
327327
func describe(weight: Font.Weight) -> String {
328328
switch weight {
@@ -353,10 +353,10 @@ extension TextState: CustomDebugOutputConvertible {
353353
case let .underline(active: true, color):
354354
output = "<u\(color.map { " color=\($0)" } ?? "")>\(output)</u>"
355355
case .font(.none),
356-
.fontWeight(.none),
357-
.foregroundColor(.none),
358-
.strikethrough(active: false, color: _),
359-
.underline(active: false, color: _):
356+
.fontWeight(.none),
357+
.foregroundColor(.none),
358+
.strikethrough(active: false, color: _),
359+
.underline(active: false, color: _):
360360
break
361361
}
362362
}

0 commit comments

Comments
 (0)