Skip to content

Commit c317a04

Browse files
committed
Chore cargo fmt
1 parent 13fe6bf commit c317a04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/core_arch/src/riscv32/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
33
mod zk;
44

5-
pub use zk::*;
5+
pub use zk::*;

crates/core_arch/src/riscv32/zk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,4 +455,4 @@ pub unsafe fn sha512sum1r(rs1: u32, rs2: u32) -> u32 {
455455
)
456456
}
457457
value
458-
}
458+
}

crates/core_arch/src/riscv_shared/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Shared RISC-V intrinsics
22
3-
mod zk;
43
mod p;
4+
mod zk;
55

66
#[unstable(feature = "stdsimd", issue = "27731")]
77
pub use p::*;

crates/core_arch/src/riscv_shared/zk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,4 +591,4 @@ pub unsafe fn sm3p1(rs1: usize) -> usize {
591591
)
592592
}
593593
value
594-
}
594+
}

0 commit comments

Comments
 (0)