Skip to content

Commit f52a50c

Browse files
committed
Chore: Cargo format
1 parent b2e97b3 commit f52a50c

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/riscv_shared

1 file changed

+1
-1
lines changed

crates/core_arch/src/riscv_shared/zk.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ extern "unadjusted" {
7575
#[inline]
7676
pub unsafe fn packh(rs1: usize, rs2: usize) -> usize {
7777
// Note: There is no LLVM intrinsic for this instruction currently.
78-
78+
7979
let value: usize;
8080
unsafe {
8181
asm!(

0 commit comments

Comments
 (0)