Skip to content

Commit 148a4b4

Browse files
committed
fix formatting
1 parent a75b037 commit 148a4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mavlink-core/src/utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub fn remove_trailing_zeroes(data: &[u8]) -> usize {
2020

2121
/// A trait very similar to `Default` but is only implemented for the equivalent Rust types to
2222
/// `MavType`s.
23-
///
23+
///
2424
/// This is only needed because rust doesn't currently implement `Default` for arrays
2525
/// of all sizes. In particular this trait is only ever used when the "serde" feature is enabled.
2626
/// For more information, check out [this issue](https://users.rust-lang.org/t/issue-for-derives-for-arrays-greater-than-size-32/59055/3).

0 commit comments

Comments
 (0)