Skip to content

Commit 3e9ef7a

Browse files
committed
fix formatting
1 parent 07f1aa8 commit 3e9ef7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crates/router/src/core/user.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ use masking::{ExposeInterface, Secret};
55
use router_env::env;
66

77
use super::errors::{UserErrors, UserResponse};
8-
use crate::{consts,
8+
use crate::{
9+
consts,
910
db::user::UserInterface,
1011
routes::AppState,
1112
services::{authentication::UserFromToken, ApplicationResponse},
12-
types::domain};
13+
types::domain,
14+
};
1315

1416
pub async fn connect_account(
1517
state: AppState,

0 commit comments

Comments
 (0)