mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 11:02:12 +03:00
style: fix CronModels.swift indentation
- Move CronPayload enum to top level (was incorrectly nested) - Fix all tabs to spaces - Align case statements consistently
This commit is contained in:
committed by
Peter Steinberger
parent
d23febcd6a
commit
0fab14ad9d
@@ -67,7 +67,7 @@ enum CronSchedule: Codable, Equatable {
|
||||
}
|
||||
}
|
||||
|
||||
enum CronPayload: Codable, Equatable {
|
||||
enum CronPayload: Codable, Equatable {
|
||||
case systemEvent(text: String)
|
||||
case agentTurn(
|
||||
message: String,
|
||||
@@ -129,7 +129,7 @@ enum CronSchedule: Codable, Equatable {
|
||||
try container.encodeIfPresent(bestEffortDeliver, forKey: .bestEffortDeliver)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
struct CronIsolation: Codable, Equatable {
|
||||
var postToMainPrefix: String?
|
||||
|
||||
Reference in New Issue
Block a user