Browse Source

Follow the nightly's suggested fmt change

master
Weikeng Chen 4 years ago
committed by Pratyush Mishra
parent
commit
6c0ee7ffbc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      r1cs-std/src/bits/mod.rs

+ 1
- 1
r1cs-std/src/bits/mod.rs

@ -6,8 +6,8 @@ use algebra::Field;
use r1cs_core::{ConstraintSystem, SynthesisError};
pub mod boolean;
pub mod uint64;
pub mod uint32;
pub mod uint64;
pub mod uint8;
pub trait ToBitsGadget<ConstraintF: Field> {

Loading…
Cancel
Save