Skip to content

Commit 8340cc3

Browse files
committed
Formatting
1 parent 58868ea commit 8340cc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

datafusion/expr/src/expr_rewriter/guarantees.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ mod tests {
462462
ScalarValue::Date32(Some(18628)),
463463
ScalarValue::Date32(None),
464464
)
465-
.unwrap(),
465+
.unwrap(),
466466
},
467467
),
468468
];
@@ -540,7 +540,7 @@ mod tests {
540540
ScalarValue::from("abc"),
541541
ScalarValue::from("def"),
542542
)
543-
.unwrap(),
543+
.unwrap(),
544544
},
545545
),
546546
];
@@ -621,7 +621,7 @@ mod tests {
621621
ScalarValue::Int32(Some(1)),
622622
ScalarValue::Int32(Some(10)),
623623
)
624-
.unwrap(),
624+
.unwrap(),
625625
},
626626
),
627627
];

0 commit comments

Comments
 (0)