mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-21 01:38:38 +00:00
fix(macos): clean swiftformat pass and sendable warning
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import Foundation
|
||||
|
||||
enum MacNodeScreenCommand: String, Codable, Sendable {
|
||||
enum MacNodeScreenCommand: String, Codable {
|
||||
case record = "screen.record"
|
||||
}
|
||||
|
||||
struct MacNodeScreenRecordParams: Codable, Sendable, Equatable {
|
||||
struct MacNodeScreenRecordParams: Codable, Equatable {
|
||||
var screenIndex: Int?
|
||||
var durationMs: Int?
|
||||
var fps: Double?
|
||||
|
||||
Reference in New Issue
Block a user