]> git.lizzy.rs Git - rust.git/blobdiff - build.rs
Cargo fmt and update tests
[rust.git] / build.rs
index 42d9330f75d8507194c995b90de0aaa7d7d17515..2643946236d6c2a52a5172046806a7851ff9ab3c 100644 (file)
--- a/build.rs
+++ b/build.rs
@@ -14,7 +14,6 @@
 use std::path::PathBuf;
 use std::process::Command;
 
-
 fn main() {
     let out_dir = PathBuf::from(env::var_os("OUT_DIR").unwrap());