From c91ddcd658135436ef543c90ebed88ca48bbf198 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 23 Jan 2025 17:02:16 +0100 Subject: [PATCH] re-run formatter --- satrs/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/satrs/src/lib.rs b/satrs/src/lib.rs index 8c9fab8..1801be5 100644 --- a/satrs/src/lib.rs +++ b/satrs/src/lib.rs @@ -36,10 +36,10 @@ pub mod pus; pub mod queue; pub mod request; pub mod res_code; -pub mod time; -pub mod tmtc; #[cfg(feature = "alloc")] pub mod scheduling; +pub mod time; +pub mod tmtc; pub mod action; pub mod hk;