about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--build.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index 336f0295bdf..22a6910f167 100644
--- a/build.rs
+++ b/build.rs
@@ -7,7 +7,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
 fn main() {
     // Forward the profile to the main compilation
     println!("cargo:rustc-env=PROFILE={}", std::env::var("PROFILE").unwrap());