Fix formatting to 120 lines

This commit is contained in:
2026-07-08 15:09:12 +05:30
parent 7ba49e4e49
commit a5e939506e
3 changed files with 8 additions and 13 deletions
+1 -4
View File
@@ -93,9 +93,6 @@ mod tests {
50, 26, 255, 62, 16, 239,
];
assert_eq!(
magic_bytes, expected,
"Magic bytes are not created correctly"
);
assert_eq!(magic_bytes, expected, "Magic bytes are not created correctly");
}
}