Skip to content

Commit 4e81079

Browse files
committed
format
1 parent 68bea0e commit 4e81079

File tree

1 file changed

+1
-1
lines changed
  • datafusion/expr/src/logical_plan

1 file changed

+1
-1
lines changed

datafusion/expr/src/logical_plan/plan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3997,7 +3997,7 @@ mod tests {
39973997
TransformedResult, TreeNodeRewriter, TreeNodeVisitor,
39983998
};
39993999
use datafusion_common::{not_impl_err, Constraint, ScalarValue};
4000-
use insta::{assert_snapshot, assert_debug_snapshot};
4000+
use insta::{assert_debug_snapshot, assert_snapshot};
40014001

40024002
use crate::test::function_stub::count;
40034003

0 commit comments

Comments
 (0)