fix: remove stray blank lines in tui ui

This commit is contained in:
Hunter Bown
2026-02-26 14:25:18 -06:00
parent 9b87804057
commit 70beb250e7
-2
View File
@@ -4154,8 +4154,6 @@ fn format_task_detail(task: &TaskRecord) -> String {
lines.join("\n")
}
#[allow(clippy::too_many_lines)]
fn handle_tool_call_started(app: &mut App, id: &str, name: &str, input: &serde_json::Value) {
let id = id.to_string();