Skip to content

Commit 2b0ba19

Browse files
committed
format code
1 parent 974aaa3 commit 2b0ba19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ const ALLOWED_CFGS: &'static [&'static str] = &[
3535
const CHECK_CFG_EXTRA: &'static [(&'static str, &'static [&'static str])] = &[
3636
("target_os", &["switch", "aix", "ohos"]),
3737
("target_env", &["illumos", "wasi", "aix", "ohos"]),
38-
("target_arch", &["loongarch64", "mips32r6", "mips64r6", "csky"]),
38+
(
39+
"target_arch",
40+
&["loongarch64", "mips32r6", "mips64r6", "csky"],
41+
),
3942
];
4043

4144
fn main() {

0 commit comments

Comments
 (0)