mirror of
https://github.com/yattee/yattee.git
synced 2025-12-22 04:30:20 +00:00
Fix new offenses
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user