cargo fmt

This commit is contained in:
Billy Chan 2021-09-28 18:23:42 +08:00
parent ba66de16b6
commit 97b95bf612
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -1,6 +1,6 @@
use crate::{
error::*, ActiveModelTrait, DatabaseConnection, DbBackend, EntityTrait, Insert, PrimaryKeyTrait,
Statement, TryFromU64,
error::*, ActiveModelTrait, DatabaseConnection, DbBackend, EntityTrait, Insert,
PrimaryKeyTrait, Statement, TryFromU64,
};
use sea_query::InsertStatement;
use std::{future::Future, marker::PhantomData};