Skip to content

Commit 8eda864

Browse files
committed
Fix formatting
Signed-off-by: Daniel Egger <[email protected]>
1 parent 6f4fcd7 commit 8eda864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/defmt.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#![no_main]
22
#![no_std]
33

4-
use panic_halt as _;
54
use defmt_rtt as _;
5+
use panic_halt as _;
66

77
use stm32f0xx_hal as _;
88

@@ -12,5 +12,5 @@ use cortex_m_rt::entry;
1212
fn main() -> ! {
1313
defmt::println!("Hello, world!");
1414

15-
loop { }
15+
loop {}
1616
}

0 commit comments

Comments
 (0)