From 3b15221446e19c23361fbbc3370050a44d0d62bf Mon Sep 17 00:00:00 2001 From: Friel Date: Wed, 1 Apr 2026 00:28:12 +0000 Subject: [PATCH] chore(core): rustfmt watchdog helper block --- codex-rs/core/src/agent/watchdog.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/src/agent/watchdog.rs b/codex-rs/core/src/agent/watchdog.rs index 0ffe2cb977..71d4246a83 100644 --- a/codex-rs/core/src/agent/watchdog.rs +++ b/codex-rs/core/src/agent/watchdog.rs @@ -562,7 +562,6 @@ impl WatchdogManager { entry.owner_was_running = false; entry.active_helper_id = Some(helper_thread_id); } - } #[derive(Clone)]