run cargo fmt

This commit is contained in:
Will Greenberg
2026-07-15 15:07:10 -07:00
committed by Will Greenberg
parent 6d870a7f7b
commit 6b622eb208
3 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ pub fn mac_subpacket_to_gsmtap(
ETRAPIDSubheader {
extended: false,
type_field: true,
rapid: msg1.get_preamble_index() & 0b111111
rapid: msg1.get_preamble_index() & 0b111111,
}
.to_bytes()?,
);