Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Dec 2, 2024
1 parent 10d78bd commit e9b3694
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdk/benches/secp256r1_instructions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

extern crate test;
use {
openssl::{ec::{EcGroup, EcKey}, nid::Nid},
openssl::{
ec::{EcGroup, EcKey},
nid::Nid,
},
rand0_7::{thread_rng, Rng},
solana_feature_set::FeatureSet,
solana_sdk::{
Expand Down

0 comments on commit e9b3694

Please sign in to comment.