cargo fmt
This commit is contained in:
parent
ad37878533
commit
1a2bc19b44
|
@ -3,8 +3,8 @@ use pairing::{Engine, PairingCurveAffine};
|
|||
|
||||
use crate::SynthesisError;
|
||||
|
||||
use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt};
|
||||
use crate::multiexp::SourceBuilder;
|
||||
use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt};
|
||||
use std::io::{self, Read, Write};
|
||||
use std::sync::Arc;
|
||||
|
||||
|
|
Loading…
Reference in New Issue