Skip to content

Commit 6a62d8b

Browse files
committed
linter
1 parent d28dab9 commit 6a62d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#![no_std]
77
#![no_main]
88
use embassy_rp::i2c::InterruptHandler;
9-
use embassy_time::{Delay, Timer, Duration};
9+
use embassy_time::{Delay, Duration, Timer};
1010
use lcd_lcm1602_i2c::async_lcd::Lcd;
1111
use {defmt_rtt as _, panic_probe as _};
1212

0 commit comments

Comments
 (0)