Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdplm committed Oct 24, 2024
1 parent b72c002 commit b1f3b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/src/simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ mod tests {

use manul::{
session::{signature::Keypair, SessionOutcome},
testing::{run_sync, TestSigner, TestingSessionParams, TestVerifier},
testing::{run_sync, TestSigner, TestVerifier, TestingSessionParams},
};
use rand_core::OsRng;
use tracing_subscriber::EnvFilter;
Expand Down
2 changes: 1 addition & 1 deletion examples/src/simple_malicious.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use manul::{
Artifact, DirectMessage, FinalizeError, FinalizeOutcome, FirstRound, LocalError, Payload, Round, SessionId,
},
session::signature::Keypair,
testing::{round_override, run_sync, RoundOverride, RoundWrapper, TestSigner, TestingSessionParams, TestVerifier},
testing::{round_override, run_sync, RoundOverride, RoundWrapper, TestSigner, TestVerifier, TestingSessionParams},
};
use rand_core::{CryptoRngCore, OsRng};
use tracing_subscriber::EnvFilter;
Expand Down

0 comments on commit b1f3b85

Please sign in to comment.