cargo fmt + clippy

This commit is contained in:
2024-04-10 12:51:15 +02:00
parent 02b4a51457
commit 88d1956dbf
4 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ use satrs::{
use std::sync::mpsc::{self, SendError, Sender, TryRecvError};
use thiserror::Error;
pub mod tm_funnel;
pub mod ccsds;
pub mod tm_funnel;
#[derive(Debug, Clone, PartialEq, Eq, Error)]
pub enum MpscStoreAndSendError {