Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIMP committed Sep 18, 2024
1 parent c8b1c19 commit 4ec8879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-jni/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use jni::{
sys::{jbyteArray, jstring},
JNIEnv,
};
use zenoh::{Config};
use zenoh::Config;

use crate::{errors::Result, jni_error};
use crate::{session_error, throw_exception, utils::decode_string};
Expand Down

0 comments on commit 4ec8879

Please sign in to comment.