tsk-70: Code formatting

This commit is contained in:
2025-10-20 13:03:44 -04:00
parent d67673584e
commit ff93dd8016

View File

@@ -5,7 +5,6 @@ pub mod hashing;
pub mod repo; pub mod repo;
pub mod token_stuff; pub mod token_stuff;
#[tokio::main] #[tokio::main]
async fn main() { async fn main() {
// initialize tracing // initialize tracing
@@ -232,9 +231,7 @@ mod tests {
} }
} }
fn get_test_register_payload( fn get_test_register_payload(usr: &callers::register::request::Request) -> serde_json::Value {
usr: &callers::register::request::Request,
) -> serde_json::Value {
json!({ json!({
"username": &usr.username, "username": &usr.username,
"password": &usr.password, "password": &usr.password,