Run cargo fmt

This commit is contained in:
Ryan Leckey
2019-12-27 20:44:03 -08:00
parent 9186400668
commit 56a82346f2
5 changed files with 14 additions and 5 deletions

View File

@@ -52,4 +52,4 @@ async fn register(mut req: Request<Pool<Postgres>>) -> Response {
Response::new(200)
.body_json(&RegisterResponseBody { id: user_id })
.unwrap()
}
}