Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonShin committed Aug 4, 2024
1 parent e80c190 commit a098224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts_generator/sql_parser/translate_insert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use crate::core::connection::DBConn;
use crate::ts_generator::sql_parser::expressions::translate_expr::{get_expr_placeholder, translate_expr};
use crate::ts_generator::sql_parser::quoted_strings::DisplayIndent;
use crate::ts_generator::{errors::TsGeneratorError, types::ts_query::TsQuery};
use sqlparser::ast::{Ident, Query, SelectItem, SetExpr};
use color_eyre::Result;
use sqlparser::ast::{Ident, Query, SelectItem, SetExpr};

pub async fn translate_insert(
ts_query: &mut TsQuery,
Expand Down

0 comments on commit a098224

Please sign in to comment.