Skip to content

Commit 6c9480a

Browse files
committed
fmt
1 parent 12579f6 commit 6c9480a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

projectm-sys/build.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ mod build_bindgen;
55
use crate::build_bindgen::bindgen;
66

77
fn main() {
8-
let projectm_path =
9-
PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()).join("libprojectM");
8+
let projectm_path = PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()).join("libprojectM");
109

1110
// Check if the libprojectM source code exists
1211
if !projectm_path.exists() {
@@ -64,4 +63,4 @@ fn main() {
6463

6564
// Run bindgen to generate Rust bindings
6665
bindgen();
67-
}
66+
}

0 commit comments

Comments
 (0)