Skip to content

Commit 6c20992

Browse files
ualtinokAlfonso
andcommitted
style: cargo fmt drift in selection.rs test
Co-authored-by: Alfonso <alfonso@cortexkit.io>
1 parent 970e023 commit 6c20992

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

crates/mc-module/src/selection.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,8 +1283,7 @@ mod tests {
12831283
ctx.agent_drop_ids = vec![reasoning_block_id("c1")];
12841284
let out = select_reductions(&items, &HashSet::new(), &ctx, &SelectionConfig::default());
12851285
assert!(
1286-
out.iter()
1287-
.all(|d| d.target_id != reasoning_block_id("c1")),
1286+
out.iter().all(|d| d.target_id != reasoning_block_id("c1")),
12881287
"{out:?}"
12891288
);
12901289
}

0 commit comments

Comments
 (0)