Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
Signed-off-by: gabrik <[email protected]>
  • Loading branch information
gabrik committed Apr 3, 2024
1 parent a6b0007 commit e7a644c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zenoh-jni/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ pub(crate) fn load_on_close(
_ = Error::Jni(format!("Error while running 'onClose' callback: {}", err))
.throw_on_jvm(&mut env)
.map_err(|err| {
tracing::error!("Unable to throw exception upon 'onClose' failure: {}", err)
tracing::error!(
"Unable to throw exception upon 'onClose' failure: {}",
err
)
});
}
}
Expand Down

0 comments on commit e7a644c

Please sign in to comment.