From a1f75f6f65c35d3614604fc8f2489c6db8504c17 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 3 Feb 2024 13:35:46 +0100 Subject: [PATCH] format --- satrs-core/src/pus/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satrs-core/src/pus/mod.rs b/satrs-core/src/pus/mod.rs index b13cfba..7c721ee 100644 --- a/satrs-core/src/pus/mod.rs +++ b/satrs-core/src/pus/mod.rs @@ -745,7 +745,7 @@ pub mod std_mod { } } - /// Converter structure for PUS telecommands which are stored inside + /// Converter structure for PUS telecommands which are stored inside /// [SharedStaticMemoryPool] structure. This is useful if run-time allocation for these /// packets should be avoided. Please note that this structure is not able to convert TCs which /// are stored as a `Vec`.