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 Nov 30, 2023
1 parent d695586 commit 408c731
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions crates/router/src/routes/user_role.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
use actix_web::{web, HttpRequest, HttpResponse};
use api_models::user_role as user_role_api;
use router_env::Flow;

use super::AppState;
use crate::{
core::{api_locking, user_role as user_role_core},
Expand All @@ -7,9 +11,6 @@ use crate::{
authorization::permissions::Permission,
},
};
use actix_web::{web, HttpRequest, HttpResponse};
use api_models::user_role as user_role_api;
use router_env::Flow;

pub async fn get_authorization_info(
state: web::Data<AppState>,
Expand Down
4 changes: 2 additions & 2 deletions crates/router/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ pub mod storage_partitioning;
#[cfg(feature = "olap")]
pub mod user;
#[cfg(feature = "olap")]
pub mod verify_connector;
#[cfg(feature = "olap")]
pub mod user_role;
#[cfg(feature = "olap")]
pub mod verify_connector;

use std::fmt::Debug;

Expand Down

0 comments on commit 408c731

Please sign in to comment.