Fix new offenses

This commit is contained in:
Arkadiusz Fal
2021-11-08 17:29:35 +01:00
parent 2701c1ccb5
commit db9f7e5f5d
29 changed files with 305 additions and 305 deletions

View File

@@ -52,7 +52,7 @@ struct InstanceForm: View {
dismiss()
}
#if !os(tvOS)
.keyboardShortcut(.cancelAction)
.keyboardShortcut(.cancelAction)
#endif
}
.padding(.horizontal)
@@ -63,7 +63,7 @@ struct InstanceForm: View {
Form {
formFields
#if os(macOS)
.padding(.horizontal)
.padding(.horizontal)
#endif
}
#else
@@ -105,7 +105,7 @@ struct InstanceForm: View {
#endif
}
#if os(tvOS)
.padding(.top, 30)
.padding(.top, 30)
#endif
.padding(.horizontal)
}