Skip to content

Commit 7ae879f

Browse files
committed
Fix the code formatting.
1 parent fc81018 commit 7ae879f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ fn main() {
107107
"cargo:rustc-flags=-L{} -lv8 -lv8_monolith_{} -ldl -lc",
108108
output_dir, *PROFILE
109109
);
110-
println!(
111-
"cargo:rustc-link-lib=stdc++",
112-
);
110+
println!("cargo:rustc-link-lib=stdc++");
113111
}
114112
"macos" => {
115113
println!(

0 commit comments

Comments
 (0)