Skip to content

Commit bf7cf7e

Browse files
committed
2025/06-monthly: Try and fix formatting for jekyll
1 parent 87444c5 commit bf7cf7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-07-17-2025-06-monthly-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ months.
9090

9191
``` rust
9292
macro_rules! simd_shuffle {
93-
($x:expr, $y:expr, $idx:expr $(,)?) => {{
93+
($x:expr, $y:expr, $idx:expr $(,)?) => {
9494
simd_shuffle(
9595
$x,
9696
$y,
@@ -99,7 +99,7 @@ months.
9999
v
100100
},
101101
)
102-
}};
102+
};
103103
}
104104

105105
let d: uint8x8_t = simd_shuffle!(b, b, [8, 9, 10, 11, 12, 13, 14, 15]);

0 commit comments

Comments
 (0)