style: fix tabs in CronModels.swift

main
Christian A. Rodriguez 2026-01-13 22:22:37 -04:00 committed by Peter Steinberger
parent d763926364
commit d23febcd6a
1 changed files with 32 additions and 32 deletions

View File

@ -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 CronPayload: Codable, Equatable {
try container.encodeIfPresent(bestEffortDeliver, forKey: .bestEffortDeliver)
}
}
}
}
struct CronIsolation: Codable, Equatable {
var postToMainPrefix: String?