mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Rustfmt
This commit is contained in:
parent
00258bca43
commit
e183801957
@ -5,7 +5,7 @@
|
||||
use embassy_executor::Spawner;
|
||||
|
||||
#[panic_handler]
|
||||
fn panic (_info: &core::panic::PanicInfo) -> ! {
|
||||
fn panic(_info: &core::panic::PanicInfo) -> ! {
|
||||
loop {}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user