style(swift): run swiftformat + swiftlint autocorrect

This commit is contained in:
Peter Steinberger
2026-02-15 05:38:07 +01:00
parent 511ba938fb
commit 8725c2b19f
101 changed files with 771 additions and 482 deletions
@@ -1,6 +1,6 @@
import CoreLocation
import OpenClawIPC
import OpenClawKit
import CoreLocation
import SwiftUI
struct PermissionsSettings: View {
@@ -164,7 +164,9 @@ struct PermissionRow: View {
.padding(.vertical, self.compact ? 4 : 6)
}
private var iconSize: CGFloat { self.compact ? 28 : 32 }
private var iconSize: CGFloat {
self.compact ? 28 : 32
}
private var title: String {
switch self.capability {