Fix cargo fmt

pull/3/head
Bradlee Speice 2019-09-21 18:23:51 -04:00
parent 1d0e68a2da
commit 11691a4bb2
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ pub fn main() {
println!("cargo:rustc-link-lib=shell32");
println!("cargo:rustc-link-lib=iphlpapi");
}
},
_ => ()
}
_ => (),
};
let cmake_output = Config::new(&aeron_path)