Skip to content

Commit

Permalink
chore: Update based on rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BroderickCarlin committed Dec 1, 2023
1 parent 53aaffd commit 0fab6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#![no_main]
#![feature(type_alias_impl_trait)]

use embassy_executor::Spawner;
use defmt::info;
use embassy_executor::Spawner;
use {defmt_rtt as _, panic_probe as _}; // global logger

#[embassy_executor::main]
Expand Down

0 comments on commit 0fab6b8

Please sign in to comment.