mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-25 20:48:37 +00:00
fix(macos): clean swiftformat pass and sendable warning
This commit is contained in:
@@ -7,7 +7,7 @@ actor DiagnosticsFileLog {
|
||||
private let maxBytes: Int64 = 5 * 1024 * 1024
|
||||
private let maxBackups = 5
|
||||
|
||||
struct Record: Codable, Sendable {
|
||||
struct Record: Codable {
|
||||
let ts: String
|
||||
let pid: Int32
|
||||
let category: String
|
||||
|
||||
Reference in New Issue
Block a user