cargo fmt

This commit is contained in:
Robin Mueller
2025-09-02 14:09:20 +02:00
parent 932fc33d52
commit dfad950306

View File

@@ -1,5 +1,5 @@
/// # Support of the CCSDS Unified Space Data Link Protocol (USLP)
use crate::{ByteConversionError, crc::CRC_CCITT_FALSE};
use crate::{crc::CRC_CCITT_FALSE, ByteConversionError};
/// Only this version is supported by the library
pub const USLP_VERSION_NUMBER: u8 = 0b1100;