Skip to content

Commit 07605c7

Browse files
DolencLukasteipete
authored andcommitted
style(macos): order attach-only test modifiers
1 parent 25d2e9b commit 07605c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/macos/Sources/OpenClaw/GatewayLaunchAgentManager.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ extension GatewayLaunchAgentManager {
207207
}
208208

209209
#if DEBUG
210-
nonisolated(unsafe) private static var testingDisableLaunchAgentMarkerURL: URL?
211-
nonisolated(unsafe) private static var testingInterceptDaemonCommands = false
212-
nonisolated(unsafe) private static var testingDaemonCommandCalls: [[String]] = []
210+
private nonisolated(unsafe) static var testingDisableLaunchAgentMarkerURL: URL?
211+
private nonisolated(unsafe) static var testingInterceptDaemonCommands = false
212+
private nonisolated(unsafe) static var testingDaemonCommandCalls: [[String]] = []
213213

214214
static func setTestingDisableLaunchAgentMarkerURL(_ url: URL?) {
215215
self.testingDisableLaunchAgentMarkerURL = url

0 commit comments

Comments
 (0)