From ff93dd801669511c5bf41fd175a1c4e32138de5d Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 20 Oct 2025 13:03:44 -0400 Subject: [PATCH] tsk-70: Code formatting --- src/main.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 388e3dc..05967a9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,6 @@ pub mod hashing; pub mod repo; pub mod token_stuff; - #[tokio::main] async fn main() { // initialize tracing @@ -232,9 +231,7 @@ mod tests { } } - fn get_test_register_payload( - usr: &callers::register::request::Request, - ) -> serde_json::Value { + fn get_test_register_payload(usr: &callers::register::request::Request) -> serde_json::Value { json!({ "username": &usr.username, "password": &usr.password,