Skip to content

Commit 102cceb

Browse files
authored
Fix rustfmt error
1 parent cf306ff commit 102cceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embassy-mspm0/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ fn generate_groups() -> TokenStream {
201201
return;
202202
}
203203

204-
// MUST subtract by 1 because NO_INTR offsets IIDX values.
204+
// MUST subtract by 1 because NO_INTR offsets IIDX values.
205205
let iidx = stat.to_bits() - 1;
206206

207207
let Ok(group) = #group_enum::try_from(iidx as u8) else {

0 commit comments

Comments
 (0)