style: fix tabs in CronModels.swift
This commit is contained in:
committed by
Peter Steinberger
parent
d763926364
commit
d23febcd6a
@@ -67,7 +67,7 @@ enum CronSchedule: Codable, Equatable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
enum CronPayload: Codable, Equatable {
|
enum CronPayload: Codable, Equatable {
|
||||||
case systemEvent(text: String)
|
case systemEvent(text: String)
|
||||||
case agentTurn(
|
case agentTurn(
|
||||||
message: String,
|
message: String,
|
||||||
@@ -129,7 +129,7 @@ enum CronPayload: Codable, Equatable {
|
|||||||
try container.encodeIfPresent(bestEffortDeliver, forKey: .bestEffortDeliver)
|
try container.encodeIfPresent(bestEffortDeliver, forKey: .bestEffortDeliver)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct CronIsolation: Codable, Equatable {
|
struct CronIsolation: Codable, Equatable {
|
||||||
var postToMainPrefix: String?
|
var postToMainPrefix: String?
|
||||||
|
|||||||
Reference in New Issue
Block a user