Fixed various SwiftFormat warnings

This commit is contained in:
Stefan Ceriu
2022-10-12 18:04:12 +03:00
committed by Stefan Ceriu
parent 51e71f2d46
commit 5d65dd6f4b
5 changed files with 11 additions and 6 deletions
@@ -1,4 +1,4 @@
//
//
// Copyright 2022 New Vector Ltd
//
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -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 {