Skip to content

Commit f066361

Browse files
committed
Fix formatting
1 parent 72f809a commit f066361

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/crc32/fusion/aarch64.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,8 +1004,7 @@ mod tests {
10041004

10051005
unsafe {
10061006
assert_eq!(
1007-
crc32_iso_hdlc_eor3_v9s3x2e_s3(0xffffffff, data.as_ptr(), data.len())
1008-
^ 0xffffffff,
1007+
crc32_iso_hdlc_eor3_v9s3x2e_s3(0xffffffff, data.as_ptr(), data.len()) ^ 0xffffffff,
10091008
checksum
10101009
);
10111010

0 commit comments

Comments
 (0)