1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-12-21 21:38:09 -05:00

Fix cargo fmt

This commit is contained in:
Bradlee Speice 2019-09-21 18:23:51 -04:00
parent 1d0e68a2da
commit 11691a4bb2

View File

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