Fixed various SwiftFormat warnings

This commit is contained in:
Stefan Ceriu
2022-10-12 18:04:12 +03:00
committed by Stefan Ceriu
parent 4f5c49f005
commit 515d07e1f1
5 changed files with 11 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ struct UserSessionsOverview: View {
private let maxOtherSessionsToDisplay = 5
var body: some View {
GeometryReader { geometry in
GeometryReader { _ in
VStack(alignment: .leading, spacing: 0) {
ScrollView {
if hasSecurityRecommendations {