Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 31, 2024
1 parent 380c798 commit d7ee7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use crate::responses::{
MessageList,
};
use crate::{
commons::{BindingDestinationType, UserLimitTarget, VirtualHostLimitTarget, SupportedProtocol},
commons::{BindingDestinationType, SupportedProtocol, UserLimitTarget, VirtualHostLimitTarget},
path,
requests::{
self, BulkUserDelete, EnforcedLimitParams, ExchangeParams, Permissions, PolicyParams,
Expand Down
2 changes: 1 addition & 1 deletion src/blocking_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::responses::{
OAuthConfiguration,
};
use crate::{
commons::{BindingDestinationType, UserLimitTarget, VirtualHostLimitTarget, SupportedProtocol},
commons::{BindingDestinationType, SupportedProtocol, UserLimitTarget, VirtualHostLimitTarget},
path,
requests::{
self, BulkUserDelete, EnforcedLimitParams, ExchangeParams, Permissions, PolicyParams,
Expand Down

0 comments on commit d7ee7b9

Please sign in to comment.