Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Dec 23, 2024
1 parent 6241147 commit da5c476
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use crate::grpc_client::{AddHeaders, GrpcHeaders};
use api_models::routing::{
ContractBasedRoutingConfig, ContractBasedRoutingConfigBody, ContractBasedTimeScale,
LabelInformation, RoutableConnectorChoice, RoutableConnectorChoiceWithStatus,
Expand All @@ -14,6 +13,8 @@ pub use contract_routing::{
UpdateContractRequest, UpdateContractResponse,
};
use error_stack::ResultExt;

use crate::grpc_client::{AddHeaders, GrpcHeaders};
#[allow(
missing_docs,
unused_qualifications,
Expand Down

0 comments on commit da5c476

Please sign in to comment.