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

@@ -46,7 +46,7 @@ struct AccountsSettings: View {
}
}
#if os(tvOS)
.frame(maxWidth: 1000)
.frame(maxWidth: 1000)
#endif
.navigationTitle(instance.description)
@@ -78,7 +78,7 @@ struct AccountsSettings: View {
AccountForm(instance: instance)
}
#if !os(tvOS)
.listStyle(.insetGrouped)
.listStyle(.insetGrouped)
#endif
}