Skip to content

Commit 3d252f3

Browse files
committed
fix(lint): apply cargo fmt
1 parent 38388e5 commit 3d252f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agent/history_pruner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ mod tests {
363363
};
364364
let stats = prune_history(&mut messages, &config);
365365
assert!(stats.dropped_messages >= 3); // assistant + 2 tools dropped together
366-
// No orphaned tool messages
366+
// No orphaned tool messages
367367
for (i, m) in messages.iter().enumerate() {
368368
if m.role == "tool" {
369369
assert!(

0 commit comments

Comments
 (0)