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 Jan 2, 2024
1 parent 0cdfb9d commit e3cf92c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/router/src/db/kafka_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2136,9 +2136,7 @@ impl AuthorizationInterface for KafkaStore {

#[async_trait::async_trait]
impl HealthCheckInterface for KafkaStore {
async fn health_check_db(
&self,
) -> CustomResult<(), errors::HealthCheckDBError> {
async fn health_check_db(&self) -> CustomResult<(), errors::HealthCheckDBError> {
self.diesel_store.health_check_db().await
}

Expand Down

0 comments on commit e3cf92c

Please sign in to comment.