Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 15, 2020
1 parent 8c40bd1 commit 3023338
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fil-proofs-tooling/src/bin/benchy/hash_fns.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use bellperson::bls::Bls12;
use bellperson::gadgets::boolean::Boolean;
use bellperson::util_cs::test_cs::TestConstraintSystem;
use bellperson::ConstraintSystem;
use fil_proofs_tooling::metadata::Metadata;
use bellperson::bls::Bls12;
use rand::RngCore;
use serde::Serialize;
use storage_proofs::crypto;
Expand Down
2 changes: 1 addition & 1 deletion fil-proofs-tooling/src/bin/benchy/prodbench.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use bellperson::bls::Bls12;
use bellperson::util_cs::bench_cs::BenchCS;
use bellperson::Circuit;
use fil_proofs_tooling::shared::{create_replicas, PROVER_ID, RANDOMNESS, TICKET_BYTES};
Expand All @@ -11,7 +12,6 @@ use filecoin_proofs::{
validate_cache_for_commit, PoRepConfig,
};
use log::info;
use bellperson::bls::Bls12;
use rand::SeedableRng;
use rand_xorshift::XorShiftRng;
use serde::{Deserialize, Serialize};
Expand Down
2 changes: 1 addition & 1 deletion fil-proofs-tooling/src/bin/check_parameters/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use std::path::PathBuf;

use anyhow::Result;
use bellperson::bls::Bls12;
use bellperson::groth16::MappedParameters;
use clap::{value_t, App, Arg, SubCommand};
use bellperson::bls::Bls12;

use storage_proofs::parameter_cache::read_cached_params;

Expand Down
2 changes: 1 addition & 1 deletion filecoin-proofs/src/singletons.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use bellperson::bls::Fr;
use ff::PrimeField;
use lazy_static::lazy_static;
use bellperson::bls::Fr;

use storage_proofs::hasher::pedersen::PedersenDomain;

Expand Down
2 changes: 1 addition & 1 deletion filecoin-proofs/tests/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use std::io::{Read, Seek, SeekFrom, Write};
use std::sync::Once;

use anyhow::Result;
use ff::Field;
use bellperson::bls::Fr;
use ff::Field;
use rand::{Rng, SeedableRng};
use rand_xorshift::XorShiftRng;
use storage_proofs::hasher::Hasher;
Expand Down

0 comments on commit 3023338

Please sign in to comment.