rust fmt really does not want blank space there

This commit is contained in:
Bruno Bousquet 2024-05-30 17:54:49 -04:00
parent 83b5797b8d
commit 7d86919257

View File

@ -7,7 +7,6 @@
//! The available functionality depends on the timer type.
use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef};
// Re-export useful enums
pub use stm32_metapac::timer::vals::{FilterValue, Sms as SlaveMode, Ts as TriggerSource};