From f5ea1fa2db67d401a29e5516bbf465dd64740187 Mon Sep 17 00:00:00 2001 From: Song Xuyang Date: Wed, 29 Nov 2023 19:46:04 +0800 Subject: [PATCH] fix fmt --- taiga_halo2/src/compliance.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/taiga_halo2/src/compliance.rs b/taiga_halo2/src/compliance.rs index 060b869b..8ddf36dc 100644 --- a/taiga_halo2/src/compliance.rs +++ b/taiga_halo2/src/compliance.rs @@ -3,7 +3,6 @@ /// only once and strictly after it was created. Its commitment and nullifier must be derived correctly according /// to the rules for commitment/nullifier derivation. It also requires explicit check of the presence of all /// other required proofs - use crate::{ circuit::compliance_circuit::ComplianceCircuit, constant::{PRF_EXPAND_INPUT_VP_CM_R, PRF_EXPAND_OUTPUT_VP_CM_R},