Skip to content

Commit

Permalink
improve code fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xring committed Apr 12, 2024
1 parent dd97dca commit 042dc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/dms/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pub use dms::compound_select::{CompoundSelectStatement, CompoundSelectOperator};
pub use dms::compound_select::{CompoundSelectOperator, CompoundSelectStatement};
pub use dms::delete::DeleteStatement;
pub use dms::insert::InsertStatement;
pub use dms::select::{BetweenAndClause, SelectStatement, LimitClause, GroupByClause};
pub use dms::select::{BetweenAndClause, GroupByClause, LimitClause, SelectStatement};
pub use dms::update::UpdateStatement;

mod compound_select;
Expand Down
2 changes: 0 additions & 2 deletions src/dms/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,4 @@ mod tests {
use base::{Literal, OrderType};

use super::*;


}

0 comments on commit 042dc67

Please sign in to comment.