Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 15, 2024
1 parent 65b34b9 commit 52f7b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ use crate::error::Error;
use crate::error::Error::{
ClientErrorResponse, InvalidHeaderValue, RequestError, ServerErrorResponse,
};
use crate::responses::MessageList;
use crate::{
commons::{BindingDestinationType, UserLimitTarget, VirtualHostLimitTarget},
path,
Expand All @@ -33,7 +34,6 @@ use crate::{
},
responses::{self, BindingInfo, DefinitionSet},
};
use crate::responses::MessageList;

type HttpClientResponse = reqwest::Response;
type HttpClientError = Error<HttpClientResponse, StatusCode, reqwest::Error, Backtrace>;
Expand Down

0 comments on commit 52f7b47

Please sign in to comment.