Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2023-12-07 05:06:50 +00:00 committed by GitHub
parent c0cca43d54
commit 928e8fe0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,9 +86,12 @@ async fn serve_register_fe(
home_directory_path
);
fs::write(format!("{}/.keys", home_directory_path), encoded_keyfile.clone())
.await
.unwrap();
fs::write(
format!("{}/.keys", home_directory_path),
encoded_keyfile.clone(),
)
.await
.unwrap();
println!("registration complete!");