This commit is contained in:
Sebastien La Duca 2022-07-27 23:53:33 -04:00
parent 585495d314
commit a6931d4555

View File

@ -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")]