Removes more @ViewBuilders

This commit is contained in:
Stuart Breckenridge
2020-08-13 22:25:34 +08:00
parent 5682f659b2
commit 7aab8c87fb
4 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ struct AddFolderView: View {
#endif
}
#if os(iOS)
@ViewBuilder var iosForm: some View {
var iosForm: some View {
NavigationView {
Form {
Section {
@@ -67,7 +67,7 @@ struct AddFolderView: View {
#endif
#if os(macOS)
@ViewBuilder var macForm: some View {
var macForm: some View {
Form {
HStack {
Spacer()