Skip to content

Commit e7723b5

Browse files
committed
chore: codefmt
1 parent 4d2ec13 commit e7723b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/binder/insert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl<T: Transaction, A: AsRef<[(&'static str, DataValue)]>> Binder<'_, '_, T, A>
7171

7272
for (i, expr) in expr_row.iter().enumerate() {
7373
let mut expression = self.bind_expr(expr)?;
74-
74+
7575
ConstantCalculator.visit(&mut expression)?;
7676
match expression {
7777
ScalarExpression::Constant(value) => {

src/expression/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ use crate::types::value::DataValue;
1010
use crate::types::LogicalType;
1111
use itertools::Itertools;
1212
use kite_sql_serde_macros::ReferenceSerialization;
13+
use sqlparser::ast::TrimWhereField;
1314
use sqlparser::ast::{
1415
BinaryOperator as SqlBinaryOperator, CharLengthUnits, UnaryOperator as SqlUnaryOperator,
1516
};
16-
use sqlparser::ast::TrimWhereField;
1717
use std::fmt::{Debug, Formatter};
1818
use std::hash::Hash;
1919
use std::{fmt, mem};

0 commit comments

Comments
 (0)