format simple_pwm.rs with rustfmt

This commit is contained in:
RaulIQ 2025-05-22 10:44:38 +03:00
parent 62ffc995f1
commit 3c3c7877cd

View File

@ -466,7 +466,6 @@ impl<'d, T: GeneralInstance4Channel> SimplePwm<'d, T> {
self.inner.enable_update_dma(false); self.inner.enable_update_dma(false);
} }
} }
} }
macro_rules! impl_waveform_chx { macro_rules! impl_waveform_chx {