Skip to content

Commit 7694271

Browse files
davdromangithub-actions[bot]
authored andcommitted
Run SwiftFormat
1 parent 43adefa commit 7694271

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Examples/Demo/Demo/Pages.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ struct PageLink: View {
130130
.fill(Color.blue.opacity(0.8))
131131
#endif
132132
Text(title)
133-
#if !os(tvOS)
133+
#if !os(tvOS)
134134
.foregroundColor(.white)
135-
#endif
135+
#endif
136136
.font(.system(size: 18, weight: .medium, design: .rounded))
137137
}
138138
.frame(maxHeight: 50)
@@ -162,14 +162,14 @@ struct Code<Content: StringProtocol>: View {
162162
.font(.system(size: 14, design: .monospaced))
163163
.background(shape.stroke(Color(white: 0.1).opacity(0.35), lineWidth: 1))
164164
.background(Color(white: 0.94).opacity(0.6).clipShape(shape))
165-
#if !os(tvOS)
165+
#if !os(tvOS)
166166
.modifier {
167167
if #available(iOS 15, *) {
168168
$0.textSelection(.enabled)
169169
} else {
170170
$0
171171
}
172172
}
173-
#endif
173+
#endif
174174
}
175175
}

0 commit comments

Comments
 (0)