Fix formatting

This commit is contained in:
Roey Darwish Dror
2020-02-26 15:33:06 +02:00
parent 54d0a90c32
commit a255e68c0f
2 changed files with 3 additions and 6 deletions

View File

@@ -1,6 +1,3 @@
fn main() {
println!(
"cargo:rustc-env=TARGET={}",
std::env::var("TARGET").unwrap()
);
}
println!("cargo:rustc-env=TARGET={}", std::env::var("TARGET").unwrap());
}