mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
examples: Fix rustfmt formatting in gaussian.rs
This commit is contained in:
@@ -274,7 +274,8 @@ fn main() {
|
||||
for (i, &expected) in expected_ref_row2.iter().enumerate() {
|
||||
let actual = dst_ref[2 * WIDTH + 1 + i];
|
||||
assert_eq!(
|
||||
actual, expected,
|
||||
actual,
|
||||
expected,
|
||||
"reference mismatch at row 2, col {}: expected {}, got {}",
|
||||
1 + i,
|
||||
expected,
|
||||
|
||||
Reference in New Issue
Block a user