From f52ea9e6aa515967f7869324035420b97b778bef Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Wed, 24 Jun 2020 11:45:43 +0200 Subject: [PATCH] radio-send.rs: run cargo fmt --- beginner/apps/src/bin/radio-send.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner/apps/src/bin/radio-send.rs b/beginner/apps/src/bin/radio-send.rs index 774afe3..8b3ea07 100644 --- a/beginner/apps/src/bin/radio-send.rs +++ b/beginner/apps/src/bin/radio-send.rs @@ -3,7 +3,7 @@ #![no_std] use cortex_m_rt::entry; -use dk::ieee802154::{Packet, Channel, TxPower}; +use dk::ieee802154::{Channel, Packet, TxPower}; use panic_log as _; // the panicking behavior #[entry]