Skip to content

Commit

Permalink
3rd attempt to fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
psiegl committed Nov 26, 2024
1 parent 7a8c890 commit 447f5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/net/runtime/orchestrator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ impl Runtime {
)
.unwrap()
})
.collect()
.collect(),
};
if let Loop::Break = f(endpoint.clone()).await {
break;
Expand Down

0 comments on commit 447f5af

Please sign in to comment.