style: run cargo fmt

This commit is contained in:
Cameron Cordes
2026-08-08 13:26:21 -04:00
parent ef54f0d646
commit 5e6bd69405
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -2575,7 +2575,7 @@ fn render_tree_path(
node_ids.push(node.id);
fork_info.push(last_fork.take());
}
"user" => {
"user" => {
let is_initial = user_turns_seen == 0;
user_turns_seen += 1;
pending_tools.clear();
-1
View File
@@ -788,4 +788,3 @@ mod tests {
assert_eq!(opts[1].snippet, "reply 2");
}
}