Skip to content

Commit 19c5efe

Browse files
committed
Fix indentation
1 parent 98fc351 commit 19c5efe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Examples/Showcase/Showcase/List.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ struct ListShowcase: View {
3131
.modifier { list in
3232
if #available(iOS 16, macOS 13, *) {
3333
list.background {
34-
if receiverListFound {
35-
Color(.cyan)
36-
}
34+
if receiverListFound {
35+
Color(.cyan)
3736
}
38-
#if !os(tvOS)
39-
.scrollContentBackground(.hidden)
40-
#endif
37+
}
38+
#if !os(tvOS)
39+
.scrollContentBackground(.hidden)
40+
#endif
4141
} else {
4242
list
4343
}

0 commit comments

Comments
 (0)