run 'cargo fmt'

This commit is contained in:
Andrew Straw 2022-02-02 22:10:39 +01:00
parent a1ed9ef93c
commit cd15d268f6

View file

@ -62,4 +62,4 @@ fn main() -> ! {
// PIO runs in background, independently from CPU
#[allow(clippy::empty_loop)]
loop {}
}
}