From e46f3af64ff0c94e80cb1536ac42bbea12810653 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Fri, 19 Sep 2025 12:18:20 +0200 Subject: chore: rustfmt --- cyw43/src/bluetooth.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cyw43/src/bluetooth.rs b/cyw43/src/bluetooth.rs index e530326db..d176c4b09 100644 --- a/cyw43/src/bluetooth.rs +++ b/cyw43/src/bluetooth.rs @@ -3,8 +3,7 @@ use core::future::Future; use core::mem::MaybeUninit; use bt_hci::transport::WithIndicator; -use bt_hci::FromHciBytesError; -use bt_hci::{ControllerToHostPacket, FromHciBytes, HostToControllerPacket, PacketKind, WriteHci}; +use bt_hci::{ControllerToHostPacket, FromHciBytes, FromHciBytesError, HostToControllerPacket, PacketKind, WriteHci}; use embassy_futures::yield_now; use embassy_sync::blocking_mutex::raw::NoopRawMutex; use embassy_sync::zerocopy_channel; -- cgit