diff --git a/plonky2/src/util/timing.rs b/plonky2/src/util/timing.rs index 70f34306..d16ceead 100644 --- a/plonky2/src/util/timing.rs +++ b/plonky2/src/util/timing.rs @@ -145,7 +145,10 @@ impl TimingTree { #[cfg(not(feature = "timing"))] pub fn print(&self) { - log!(self.0, "TimingTree is not supported without the 'timing' feature enabled"); + log!( + self.0, + "TimingTree is not supported without the 'timing' feature enabled" + ); } #[cfg(feature = "timing")]