Skip to content

Commit 20c8d6c

Browse files
davdromangithub-actions[bot]
authored andcommitted
Run SwiftFormat
1 parent fcfab21 commit 20c8d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/Demo/Demo/Pages.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ struct Code<Content: StringProtocol>: View {
164164
.font(.system(size: 14, design: .monospaced))
165165
.background(shape.stroke(Color(white: 0.1).opacity(0.35), lineWidth: 1))
166166
.background(Color(white: 0.94).opacity(0.6).clipShape(shape))
167-
#if !os(tvOS)
167+
#if !os(tvOS)
168168
.textSelection(.enabled)
169-
#endif
169+
#endif
170170
}
171171
}

0 commit comments

Comments
 (0)