re-run formatter #212

Merged
muellerr merged 1 commits from run-afmt into main 2025-01-23 17:04:58 +01:00
Showing only changes of commit c91ddcd658 - Show all commits

View File

@ -36,10 +36,10 @@ pub mod pus;
pub mod queue; pub mod queue;
pub mod request; pub mod request;
pub mod res_code; pub mod res_code;
pub mod time;
pub mod tmtc;
#[cfg(feature = "alloc")] #[cfg(feature = "alloc")]
pub mod scheduling; pub mod scheduling;
pub mod time;
pub mod tmtc;
pub mod action; pub mod action;
pub mod hk; pub mod hk;