mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-27 23:18:39 +00:00
style(swift): run swiftformat + swiftlint autocorrect
This commit is contained in:
@@ -150,7 +150,9 @@ private enum ExecApprovalsSettingsTab: String, CaseIterable, Identifiable {
|
||||
case policy
|
||||
case allowlist
|
||||
|
||||
var id: String { self.rawValue }
|
||||
var id: String {
|
||||
self.rawValue
|
||||
}
|
||||
|
||||
var title: String {
|
||||
switch self {
|
||||
|
||||
Reference in New Issue
Block a user