Code alignment.

This commit is contained in:
Stuart Breckenridge 2020-08-12 21:44:46 +08:00
parent 3ae4a85969
commit cacc96fa5e
No known key found for this signature in database
GPG Key ID: 79BD673276AE83CE
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ struct SceneNavigationView: View {
SidebarContainerView()
.frame(minWidth: 100, idealWidth: 150, maxHeight: .infinity)
#else
SidebarContainerView()
SidebarContainerView()
#endif
#if os(iOS)