more fmt fixes
This commit is contained in:
parent
809e2f4018
commit
2ce56e1e36
3 changed files with 9 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
use helpers::{Executable, Signed};
|
use helpers::{Executable, Signed};
|
||||||
use libsnark::{get_sha256round_witness};
|
use libsnark::get_sha256round_witness;
|
||||||
use serde_json;
|
use serde_json;
|
||||||
use standard;
|
use standard;
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|
|
@ -130,7 +130,6 @@ impl Importer {
|
||||||
use libsnark::get_sha256round_constraints;
|
use libsnark::get_sha256round_constraints;
|
||||||
use serde_json::from_str;
|
use serde_json::from_str;
|
||||||
use standard::{DirectiveR1CS, R1CS};
|
use standard::{DirectiveR1CS, R1CS};
|
||||||
use std::io::BufReader;
|
|
||||||
|
|
||||||
match import.source.as_ref() {
|
match import.source.as_ref() {
|
||||||
"LIBSNARK/sha256round" => {
|
"LIBSNARK/sha256round" => {
|
||||||
|
|
Loading…
Reference in a new issue