Skip to content

Commit 2033e4a

Browse files
committed
Fix rustfmt
1 parent b258d7f commit 2033e4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/core_arch/src/wasm32/simd128.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4344,7 +4344,9 @@ mod tests {
43444344
};
43454345
assert_eq!(
43464346
bytes,
4347-
[-1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16]
4347+
[
4348+
-1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16
4349+
]
43484350
);
43494351
}
43504352

0 commit comments

Comments
 (0)