cargo fmt
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2024-02-23 17:45:32 +01:00
parent fdcf1146ec
commit 07cd370667

View File

@ -1,6 +1,6 @@
use std::sync::mpsc;
use alloc::vec::Vec;
use hashbrown::HashMap;
use std::sync::mpsc;
use crate::{
mode::{Mode, ModeAndSubmode, ModeReply, ModeRequest, Submode},