Skip to content

Commit cb11989

Browse files
fmt
1 parent 5faa4bf commit cb11989

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,9 @@ mod unit_tests {
291291
#[test]
292292
fn jni_headers_test() {
293293
let java_home = do_locate_java_home().unwrap();
294-
assert!(PathBuf::from(java_home).join("include").join("jni.h").exists());
294+
assert!(PathBuf::from(java_home)
295+
.join("include")
296+
.join("jni.h")
297+
.exists());
295298
}
296299
}

0 commit comments

Comments
 (0)