mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-04 15:53:21 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
aa2839cdec
commit
0c3dbe764d
@ -172,7 +172,6 @@ async fn handle_boot(
|
||||
jwt_secret_bytes: jwt_secret.to_vec(),
|
||||
file_key: keygen::generate_file_key(),
|
||||
}
|
||||
|
||||
} else {
|
||||
match keygen::decode_keyfile(encoded_keyfile.clone(), &info.password) {
|
||||
Ok(k) => k,
|
||||
|
Loading…
Reference in New Issue
Block a user