cargo fmt

This commit is contained in:
Michael Vines 2021-10-13 08:08:44 -07:00
parent 17f5dd734c
commit 0ac6427abc
1 changed files with 1 additions and 1 deletions

View File

@ -12,8 +12,8 @@ use {
scalar::Scalar,
},
ed25519_dalek::SecretKey as SigningKey,
solana_sdk::pubkey::Pubkey,
serde::{Deserialize, Serialize},
solana_sdk::pubkey::Pubkey,
std::collections::HashMap,
std::convert::TryInto,
subtle::{Choice, ConstantTimeEq},