cargo fmt

This commit is contained in:
Chris Tsang 2021-06-06 23:21:02 +08:00
parent 2e512334a9
commit bd9dfbdf37
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ where
#[cfg(test)]
mod tests {
use crate::tests_cfg::cake;
use crate::{Insert, QueryTrait, ActiveValue};
use crate::{ActiveValue, Insert, QueryTrait};
use sea_query::PostgresQueryBuilder;
#[test]

View File

@ -86,7 +86,7 @@ where
#[cfg(test)]
mod tests {
use crate::tests_cfg::{cake, fruit};
use crate::{QueryTrait, Update, ActiveValue};
use crate::{ActiveValue, QueryTrait, Update};
use sea_query::PostgresQueryBuilder;
#[test]