Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoDCube committed Nov 27, 2023
1 parent ee377de commit 6d1a202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libiam/src/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ use crate::{
utils::Either,
Iam,
};
use iam_common::token::Claims;
use iam_common::Id;
use jsonwebtoken::{Algorithm, DecodingKey, Validation};
use reqwest::Client;
use serde::Deserialize;
use serde_json::json;
use std::sync::Arc;
use iam_common::token::Claims;

#[derive(Debug)]
pub struct UserInner {
Expand Down

0 comments on commit 6d1a202

Please sign in to comment.