Skip to content

Commit 9307715

Browse files
committed
formatting
1 parent adc4f25 commit 9307715

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

crates/core_arch/src/aarch64/crc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,4 @@ mod tests {
138138
assert_eq!(__crc32cd(0, 0), 0);
139139
assert_eq!(__crc32cd(0, 18446744073709551615), 3293575501);
140140
}
141-
142141
}

crates/core_arch/src/aarch64/neon.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,6 @@ mod tests {
19801980
test_vcombine!(test_vcombine_u64 => vcombine_u64([3_u64], [13_u64]));
19811981
test_vcombine!(test_vcombine_p64 => vcombine_p64([3_u64], [13_u64]));
19821982
test_vcombine!(test_vcombine_f64 => vcombine_f64([-3_f64], [13_f64]));
1983-
19841983
}
19851984

19861985
#[cfg(test)]

crates/core_arch/src/acle/dsp.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,5 +381,4 @@ mod tests {
381381
assert_eq!(super::__smlawt(a, transmute(b), c), r);
382382
}
383383
}
384-
385384
}

crates/core_arch/src/powerpc/altivec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,6 @@ mod endian {
18321832
{
18331833
a.vec_mulo(b)
18341834
}
1835-
18361835
}
18371836

18381837
pub use self::endian::*;

0 commit comments

Comments
 (0)