rustfmt
This commit is contained in:
parent
cc2e5b6893
commit
3f8d940c14
2 changed files with 14 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue