Skip to content

Commit bf8ea99

Browse files
fix: add missing closing brace for tests module
1 parent 2caf141 commit bf8ea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ mod tests {
17461746

17471747
Ok(())
17481748
}
1749-
1749+
}
17501750
#[tokio::test]
17511751
async fn test_builder_vs_with_projection() -> Result<()> {
17521752
// This test verifies that the builder with projection produces the same result

0 commit comments

Comments
 (0)