Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 0c59a47

Browse files
committed
Fix formatting
1 parent 0d6ace2 commit 0c59a47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ use std::env;
33
fn main() {
44
println!("cargo:rerun-if-changed=build.rs");
55

6-
#[cfg(all(feature = "musl-reference-tests", target_os = "linux"))] {
6+
#[cfg(all(feature = "musl-reference-tests", target_os = "linux"))]
7+
{
78
musl_reference_tests::generate();
89
}
910

0 commit comments

Comments
 (0)