From 702af21aebab97784edb28156d218d10859b0f93 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 25 Mar 2026 17:14:58 +0000 Subject: [PATCH] style: fix cargo fmt line-length violation in process_approval [skip-regression-check] https://claude.ai/code/session_01Ey7iG1mvBHeAWq6iEccmjB --- src/agent/thread_ops.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/agent/thread_ops.rs b/src/agent/thread_ops.rs index bd353b5b..d6b344b2 100644 --- a/src/agent/thread_ops.rs +++ b/src/agent/thread_ops.rs @@ -1143,7 +1143,10 @@ impl Agent { Some(thread) => { if let Some(turn) = thread.last_turn_mut() { if is_tool_error { - turn.record_tool_error_for(&pending.tool_call_id, result_content.clone()); + turn.record_tool_error_for( + &pending.tool_call_id, + result_content.clone(), + ); } else { turn.record_tool_result_for( &pending.tool_call_id,