style(macos): fix swiftformat lint

This commit is contained in:
Peter Steinberger
2026-01-20 16:19:37 +00:00
parent 8c666666ef
commit 844ff2ee8f
5 changed files with 13 additions and 12 deletions

View File

@@ -408,8 +408,7 @@ extension Request: Codable {
}
// Shared transport settings
public let controlSocketPath =
FileManager()
.homeDirectoryForCurrentUser
.appendingPathComponent("Library/Application Support/clawdbot/control.sock")
.path
public let controlSocketPath = FileManager()
.homeDirectoryForCurrentUser
.appendingPathComponent("Library/Application Support/clawdbot/control.sock")
.path