Skip to content

Commit 885cf1b

Browse files
author
Kanishk Sachan
committed
style: fix rustfmt indentation in binary.rs test
1 parent 9e6fce9 commit 885cf1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/physical-expr/src/expressions

datafusion/physical-expr/src/expressions/binary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4892,7 +4892,7 @@ mod tests {
48924892
let got = neq.evaluate_statistics(&[left_stat, right_stat])?;
48934893
let expected = Distribution::new_bernoulli(ScalarValue::from(15.0 / 16.0))?;
48944894
match (got, expected) {
4895-
(Bernoulli(g), Bernoulli(e)) => {
4895+
(Bernoulli(g), Bernoulli(e)) => {
48964896
let gp = match g.p_value() {
48974897
ScalarValue::Float64(Some(v)) => v,
48984898
_ => panic!("got unexpected p type"),

0 commit comments

Comments
 (0)