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,