Skip to content

Commit

Permalink
Fix code fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed May 30, 2024
1 parent 69a70be commit 3fa2c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/tests/matching.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ async fn zenoh_matching_status_remote() -> ZResult<()> {
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
async fn zenoh_matching_status_local() -> ZResult<()> {
zenoh_util::try_init_log_from_env();

let session1 = ztimeout!(zenoh::open(zenoh::config::peer())).unwrap();
let session2 = ztimeout!(zenoh::open(zenoh::config::peer())).unwrap();

Expand Down

0 comments on commit 3fa2c56

Please sign in to comment.