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 May 24, 2024
1 parent acf3e1a commit cb2149f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/router/src/db/kafka_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ impl MerchantAccountInterface for KafkaStore {
.update_all_merchant_account(merchant_account)
.await
}

async fn find_merchant_account_by_publishable_key(
&self,
publishable_key: &str,
Expand Down
2 changes: 1 addition & 1 deletion crates/router/src/db/merchant_account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,4 +540,4 @@ async fn publish_and_redact_all_merchant_account_cache(

super::cache::publish_into_redact_channel(store, cache_keys).await?;
Ok(())
}
}
3 changes: 2 additions & 1 deletion crates/router/src/types/api/admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ pub use api_models::admin::{
MerchantAccountDeleteResponse, MerchantAccountResponse, MerchantAccountUpdate,
MerchantConnectorCreate, MerchantConnectorDeleteResponse, MerchantConnectorDetails,
MerchantConnectorDetailsWrap, MerchantConnectorId, MerchantConnectorResponse, MerchantDetails,
MerchantId, PaymentMethodsEnabled, ToggleAllKVRequest, ToggleAllKVResponse, ToggleKVRequest, ToggleKVResponse, WebhookDetails,
MerchantId, PaymentMethodsEnabled, ToggleAllKVRequest, ToggleAllKVResponse, ToggleKVRequest,
ToggleKVResponse, WebhookDetails,
};
use common_utils::ext_traits::{Encode, ValueExt};
use error_stack::ResultExt;
Expand Down

0 comments on commit cb2149f

Please sign in to comment.