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 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,