Skip to content

Commit 18a0b33

Browse files
committed
format
1 parent 499f0f5 commit 18a0b33

File tree

1 file changed

+1
-3
lines changed
  • datafusion/physical-plan/src/repartition

1 file changed

+1
-3
lines changed

datafusion/physical-plan/src/repartition/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,9 +1989,7 @@ mod tests {
19891989
assert_eq!(
19901990
items_set_with_drop.symmetric_difference(&items_set).count(),
19911991
0,
1992-
"items with drop {:?} and without drop {:?} are different",
1993-
items_set_with_drop,
1994-
items_set
1992+
"items with drop {items_set_with_drop:?} and without drop {items_set:?} are different"
19951993
);
19961994
}
19971995

0 commit comments

Comments
 (0)