Skip to content

Commit 5bcf118

Browse files
committed
Fix formatting
1 parent 732a20d commit 5bcf118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pclmulqdq/x86.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ impl BitXor for Simd {
7373
fn bitxor(self, other: Self) -> Self {
7474
Self(unsafe { _mm_xor_si128(self.0, other.0) })
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)