Skip to content

Commit be992f5

Browse files
committed
fmt
1 parent 006a1ac commit be992f5

File tree

1 file changed

+1
-1
lines changed
  • datafusion/physical-plan/src/joins/hash_join

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ impl HashJoinExec {
776776
pub fn null_equality(&self) -> NullEquality {
777777
self.null_equality
778778
}
779-
779+
780780
/// Get the dynamic filter expression for testing purposes.
781781
/// Returns `None` if no dynamic filter has been set.
782782
///

0 commit comments

Comments
 (0)