Skip to content

Commit

Permalink
Fix formatting (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
natalieesk committed Nov 11, 2024
1 parent b6d86ca commit 3fb7858
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frost-core/src/tests/refresh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
use rand_core::{CryptoRng, RngCore};

use crate::keys::generate_with_dealer;
use crate::keys::refresh::{compute_refreshing_shares, refresh_share, refresh_dkg_part2, refresh_dkg_part_1};
use crate::keys::refresh::{
compute_refreshing_shares, refresh_dkg_part2, refresh_dkg_part_1, refresh_share,
};
use crate::{self as frost};
use crate::{
keys::{KeyPackage, PublicKeyPackage, SecretShare},
Expand Down

0 comments on commit 3fb7858

Please sign in to comment.