cargo fmt
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-12-19 17:02:19 +01:00
parent fd13694904
commit 9e57ce3872
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -22,7 +22,7 @@ pub enum PusServiceId {
Housekeeping = 3,
Event = 5,
Action = 8,
Test = 17
Test = 17,
}
/// All PUS versions. Only PUS C is supported by this library.