Skip to content

Commit c61e894

Browse files
committed
Clean up
1 parent 99bb06f commit c61e894

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/Views/SettingStack.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,13 @@ public struct SettingStack: View {
100100
VStack {
101101
if !embedInNavigationStack {
102102
main
103-
} else if #available(iOS 16.0, macOS 13.0, *) {
103+
}
104+
else if #available(iOS 16.0, macOS 13.0, *) {
104105
NavigationStack {
105106
main
106107
}
107-
} else {
108+
}
109+
else {
108110
NavigationView {
109111
main
110112
}

0 commit comments

Comments
 (0)