Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirhemo committed Aug 30, 2023
1 parent d39b67e commit f0b21ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plonky2x/src/backend/wrapper/wrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ use serde::Serialize;
use crate::backend::circuit::Circuit;
use crate::frontend::builder::CircuitBuilder;
use crate::frontend::hash::sha::sha256::sha256;
use crate::frontend::vars::Bytes32Variable;
use crate::frontend::vars::{CircuitVariable, ByteVariable};
use crate::frontend::vars::{ByteVariable, Bytes32Variable, CircuitVariable};

#[derive(Debug)]
pub struct WrappedCircuit<
Expand Down

0 comments on commit f0b21ae

Please sign in to comment.