Skip to content

Commit 7b42ef8

Browse files
committed
fix cargo fmt in na-openxr-wgpu/build.rs
1 parent 4ae1ff5 commit 7b42ef8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

na-openxr-wgpu/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ fn main() {
1010
}
1111
};
1212

13-
1413
let libdir = std::path::Path::new(&std::env::var("CARGO_MANIFEST_DIR").unwrap())
1514
.join(format!("app/src/main/jniLibs/{android_abi}"));
1615
println!("cargo:rustc-link-search={}", libdir.to_string_lossy());

0 commit comments

Comments
 (0)