Skip to content

Commit 57dbec9

Browse files
committed
fmt
1 parent 5b8c6a5 commit 57dbec9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

datafusion/physical-plan/src/joins/hash_join.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -978,11 +978,7 @@ impl DisplayAs for HashJoinExec {
978978
write!(
979979
f,
980980
"HashJoinExec: mode={:?}, join_type={:?}, on=[{}]{}{}",
981-
self.mode,
982-
self.join_type,
983-
on,
984-
display_filter,
985-
display_projections,
981+
self.mode, self.join_type, on, display_filter, display_projections,
986982
)
987983
}
988984
DisplayFormatType::TreeRender => {

0 commit comments

Comments
 (0)