Code alignment.
This commit is contained in:
parent
3ae4a85969
commit
cacc96fa5e
|
@ -30,7 +30,7 @@ struct SceneNavigationView: View {
|
||||||
SidebarContainerView()
|
SidebarContainerView()
|
||||||
.frame(minWidth: 100, idealWidth: 150, maxHeight: .infinity)
|
.frame(minWidth: 100, idealWidth: 150, maxHeight: .infinity)
|
||||||
#else
|
#else
|
||||||
SidebarContainerView()
|
SidebarContainerView()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if os(iOS)
|
#if os(iOS)
|
||||||
|
|
Loading…
Reference in New Issue