Skip to content

Commit

Permalink
fix: rust format
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Jan 26, 2024
1 parent fb4327e commit 8cfeeef
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ use cpu_time::ProcessTime; // ThreadTime doesn't work.
use cryptoxide::{blake2b::Blake2b, digest::Digest};
use lazy_static::lazy_static;
use poem::{
async_trait, http::HeaderMap, web::RealIp, Endpoint, Error, FromRequest, IntoResponse,
Middleware, PathPattern, Request, Response, Result, http::header
async_trait,
http::{header, HeaderMap},
web::RealIp,
Endpoint, Error, FromRequest, IntoResponse, Middleware, PathPattern, Request, Response, Result,
};
use poem_openapi::OperationId;
use prometheus::{
Expand Down

0 comments on commit 8cfeeef

Please sign in to comment.