Skip to content

Commit f1e6b70

Browse files
committed
rustfmt again
1 parent 52f6482 commit f1e6b70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/rp/src/bin/adc.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ use defmt::*;
99
use embassy_executor::Spawner;
1010
use embassy_rp::adc::{Adc, Channel, Config, InterruptHandler, Sample};
1111
use embassy_rp::bind_interrupts;
12-
use embassy_rp::gpio::Pull;
13-
use embassy_rp::gpio::{Level, Output};
12+
use embassy_rp::gpio::{Level, Output, Pull};
1413
use {defmt_rtt as _, panic_probe as _};
1514

1615
bind_interrupts!(struct Irqs {

0 commit comments

Comments
 (0)