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 {