Run cargo fmt

This commit is contained in:
Kitaiti Makoto
2021-01-11 08:38:41 +09:00
parent b52d8e4e26
commit 27a33c833d
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
use crate::{Connection, Error, Result};
use diesel::connection::{Connection as Conn, SimpleConnection};
use tracing::info;
use migrations_internals::{setup_database, MigrationConnection};
use std::path::Path;
use tracing::info;
#[allow(dead_code)] //variants might not be constructed if not required by current migrations
enum Action {