Skip to content

Commit 5d8b5f4

Browse files
committed
fix formatting
1 parent a12682d commit 5d8b5f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gix-features/tests/hash.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ fn size_of_sha1() {
99
#[cfg(feature = "fast-sha1")]
1010
#[test]
1111
fn size_of_sha1() {
12-
assert_eq!(std::mem::size_of::<Sha1>(), if cfg!(target_arch = "x86") { 96 } else { 104 })
12+
assert_eq!(
13+
std::mem::size_of::<Sha1>(),
14+
if cfg!(target_arch = "x86") { 96 } else { 104 }
15+
)
1316
}

0 commit comments

Comments
 (0)