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 30, 2024
1 parent 201ac4b commit d014065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/router/src/services/authentication/blacklist.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
use std::sync::Arc;

#[cfg(feature = "olap")]
use common_utils::date_time;
use error_stack::{IntoReport, ResultExt};
use redis_interface::RedisConnectionPool;

#[cfg(feature = "olap")]
use crate::core::errors::{UserErrors, UserResult};
#[cfg(feature = "olap")]
use common_utils::date_time;
#[cfg(feature = "olap")]
use crate::routes::AppState;
use crate::{
consts::{JWT_TOKEN_TIME_IN_SECS, USER_BLACKLIST_PREFIX},
Expand Down

0 comments on commit d014065

Please sign in to comment.