cargo fmt
This commit is contained in:
parent
b6739915b7
commit
70f1b4cbe0
@ -20,12 +20,8 @@ where
|
||||
run_migrate(migrator, db, cli.command, cli.verbose).await;
|
||||
}
|
||||
|
||||
pub async fn run_migrate<M>(
|
||||
_: M,
|
||||
db: &DbConn,
|
||||
command: Option<MigrateSubcommands>,
|
||||
verbose: bool,
|
||||
) where
|
||||
pub async fn run_migrate<M>(_: M, db: &DbConn, command: Option<MigrateSubcommands>, verbose: bool)
|
||||
where
|
||||
M: MigratorTrait,
|
||||
{
|
||||
let filter = match verbose {
|
||||
|
Loading…
x
Reference in New Issue
Block a user