cargo fmt

This commit is contained in:
Zero 2023-08-28 17:09:46 -06:00
parent 6668c4e2aa
commit 749c18cfee
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
2 changed files with 6 additions and 2 deletions

View file

@ -26,7 +26,6 @@ fn main() {
);
}
let target = env::var("TARGET").unwrap();
// Link C++ standard library
if let Some(cpp_stdlib) = get_cpp_link_stdlib(&target) {