Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Dec 20, 2023
1 parent cff01bd commit 24dbbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use http_body_util::Full;
use hyper::{Response, StatusCode, body::Bytes};
use hyper::{body::Bytes, Response, StatusCode};

fn resolve_error_code(code: StatusCode) -> Response<Full<Bytes>> {
let mut response = Response::default();
Expand Down

0 comments on commit 24dbbc6

Please sign in to comment.