rustfmt
[recipes.git] / backend / src / data / db.rs
index 0358d20..036d044 100644 (file)
@@ -13,9 +13,9 @@ use rand::distributions::{Alphanumeric, DistString};
 use rusqlite::{named_params, params, OptionalExtension, Params};
 
 use crate::{
+    consts,
     hash::{hash, verify_password},
     model,
-    consts,
 };
 
 const CURRENT_DB_VERSION: u32 = 1;