style: run cargo fmt
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -788,4 +788,3 @@ mod tests {
|
||||
assert_eq!(opts[1].snippet, "reply 2");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user