From 7c38f149ac6876d0f4469e5f986ca7037194411e Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 29 Jun 2021 22:46:07 +0100 Subject: [PATCH] rustfmt --- src/circuit/gadget/sinsemilla/merkle/chip.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,