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 Feb 9, 2024
1 parent 372cbc1 commit 4749552
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion crates/external_services/src/hashicorp_vault/implementers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
use common_utils::errors::CustomResult;
use error_stack::ResultExt;
use hyperswitch_interfaces::secrets_interface::{SecretManagementInterface, SecretsManagementError};
use hyperswitch_interfaces::secrets_interface::{
SecretManagementInterface, SecretsManagementError,
};
use masking::{ExposeInterface, Secret};

use crate::hashicorp_vault::core::{HashiCorpVault, Kv2};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
//!
use common_utils::errors::CustomResult;
use hyperswitch_interfaces::encryption_interface::{EncryptionError, EncryptionManagementInterface};
use hyperswitch_interfaces::encryption_interface::{
EncryptionError, EncryptionManagementInterface,
};

#[cfg(feature = "aws_kms")]
use crate::aws_kms;
Expand Down
4 changes: 3 additions & 1 deletion crates/external_services/src/managers/secrets_management.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
use common_utils::errors::CustomResult;
#[cfg(feature = "hashicorp-vault")]
use error_stack::ResultExt;
use hyperswitch_interfaces::secrets_interface::{SecretManagementInterface, SecretsManagementError};
use hyperswitch_interfaces::secrets_interface::{
SecretManagementInterface, SecretsManagementError,
};

#[cfg(feature = "aws_kms")]
use crate::aws_kms;
Expand Down

0 comments on commit 4749552

Please sign in to comment.