From 9f9c67d373444af8cc31c2485212c0fa73f96fba Mon Sep 17 00:00:00 2001 From: Balazs Komuves Date: Fri, 13 Dec 2024 19:43:28 +0100 Subject: [PATCH] include `` in the Reducing*Gate id --- plonky2/src/gates/reducing.rs | 2 +- plonky2/src/gates/reducing_extension.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plonky2/src/gates/reducing.rs b/plonky2/src/gates/reducing.rs index 0b84c3b6..1f2f76ef 100644 --- a/plonky2/src/gates/reducing.rs +++ b/plonky2/src/gates/reducing.rs @@ -64,7 +64,7 @@ impl ReducingGate { impl, const D: usize> Gate for ReducingGate { fn id(&self) -> String { - format!("{self:?}") + format!("{self:?}") } fn short_id(&self) -> String { diff --git a/plonky2/src/gates/reducing_extension.rs b/plonky2/src/gates/reducing_extension.rs index edbf7ed6..07b2e859 100644 --- a/plonky2/src/gates/reducing_extension.rs +++ b/plonky2/src/gates/reducing_extension.rs @@ -67,7 +67,7 @@ impl ReducingExtensionGate { impl, const D: usize> Gate for ReducingExtensionGate { fn id(&self) -> String { - format!("{self:?}") + format!("{self:?}") } fn short_id(&self) -> String {