Skip to content

Commit 9007968

Browse files
committed
fix(ci): trailing comma fmt
1 parent ea4c160 commit 9007968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/sanity.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub struct Finder {
3535
const STAGE0_MISSING_TARGETS: &[&str] = &[
3636
// just a dummy comment so the list doesn't get onelined
3737
"wasm32-wali-linux-musl",
38-
"riscv32im-succinct-zkvm-elf"
38+
"riscv32im-succinct-zkvm-elf",
3939
];
4040

4141
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM

0 commit comments

Comments
 (0)