Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Nov 15, 2022
1 parent df67370 commit ad17b2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion phase1-coordinator/src/rest_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ use crate::{
Participant,
};

pub use crate::{coordinator_state::{PRIVATE_TOKEN_PREFIX, TOKENS_PATH}, s3::TOKENS_ZIP_FILE};
pub use crate::{
coordinator_state::{PRIVATE_TOKEN_PREFIX, TOKENS_PATH},
s3::TOKENS_ZIP_FILE,
};
use blake2::Digest;
use rocket::{
catch,
Expand Down

0 comments on commit ad17b2a

Please sign in to comment.