mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
Run cargo fmt
This commit is contained in:
@@ -52,4 +52,4 @@ async fn register(mut req: Request<Pool<Postgres>>) -> Response {
|
||||
Response::new(200)
|
||||
.body_json(&RegisterResponseBody { id: user_id })
|
||||
.unwrap()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user