diff --git a/src/circuit/gadget/sinsemilla/merkle/chip.rs b/src/circuit/gadget/sinsemilla/merkle/chip.rs index c416d131..e86d85a8 100644 --- a/src/circuit/gadget/sinsemilla/merkle/chip.rs +++ b/src/circuit/gadget/sinsemilla/merkle/chip.rs @@ -14,8 +14,7 @@ use super::MerkleInstructions; use crate::{ circuit::gadget::utilities::{ cond_swap::{CondSwapChip, CondSwapConfig, CondSwapInstructions}, - copy, - CellValue, UtilitiesInstructions, Var, + copy, CellValue, UtilitiesInstructions, Var, }, constants::{L_ORCHARD_BASE, MERKLE_DEPTH_ORCHARD}, primitives::sinsemilla,