Skip to content

Commit 18b55eb

Browse files
committed
rustfmt
1 parent 2f4a48e commit 18b55eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/syscfg.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
use crate::stm32::{SYSCFG, RCC};
2-
use core::ops::Deref;
31
use crate::bb;
2+
use crate::stm32::{RCC, SYSCFG};
3+
use core::ops::Deref;
44

55
/// Extension trait that constrains the `SYSCFG` peripheral
66
pub trait SysCfgExt {

0 commit comments

Comments
 (0)