1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

more fmt fixes

This commit is contained in:
sdeml 2019-01-15 12:01:03 +01:00
parent 809e2f4018
commit 2ce56e1e36
3 changed files with 9 additions and 10 deletions

View file

@ -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;

View file

@ -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" => {