Skip to content

Commit 5b24289

Browse files
committed
Run rustfmt
1 parent a279f68 commit 5b24289

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/backtrace-sys/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ fn main() {
1111
target.contains("emscripten") || // no way this will ever compile for emscripten
1212
target.contains("cloudabi") ||
1313
target.contains("wasm32") ||
14-
target.contains("fuchsia") // fuchsia uses external out-of-process symbolization
14+
target.contains("fuchsia")
15+
// fuchsia uses external out-of-process symbolization
1516
{
1617
println!("cargo:rustc-cfg=empty");
1718
return;

0 commit comments

Comments
 (0)