Skip to content

Commit 8c87937

Browse files
committed
#17801 Code formatting
1 parent 2075f4b commit 8c87937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/expr/src/expr_schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ impl TryFrom<&ScalarValue> for TriStateBool {
699699
Some(true) => TriStateBool::True,
700700
Some(false) => TriStateBool::False,
701701
}),
702-
_ => Self::try_from(&value.cast_to(&DataType::Boolean)?)
702+
_ => Self::try_from(&value.cast_to(&DataType::Boolean)?),
703703
}
704704
}
705705
}

0 commit comments

Comments
 (0)