Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm committed Jul 7, 2024
1 parent a858bcd commit bbcc94e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion iam-setup/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ use kube::{
api::{ObjectMeta, PostParams},
Api, Client,
};
use libiam::{testing::{self, actions::assign_action_to_user}, Iam, User};
use libiam::{
testing::{self, actions::assign_action_to_user},
Iam, User,
};
use rand::{
distributions::{Alphanumeric, DistString},
rngs::OsRng,
Expand Down

0 comments on commit bbcc94e

Please sign in to comment.