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 -2
View File
@@ -7,8 +7,7 @@ enum LogLocator {
{
return URL(fileURLWithPath: override)
}
let preferred = URL(fileURLWithPath: "/tmp/openclaw")
return preferred
return URL(fileURLWithPath: "/tmp/openclaw")
}
private static var stdoutLog: URL {