From 3fe8712e336f4b013c63cc3877395196639dedb2 Mon Sep 17 00:00:00 2001 From: Patrick Siegl <3261314+psiegl@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:32:27 +0100 Subject: [PATCH] 3rd attempt to fix linter --- zenoh/src/net/runtime/orchestrator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenoh/src/net/runtime/orchestrator.rs b/zenoh/src/net/runtime/orchestrator.rs index dc7946703..d72e0102b 100644 --- a/zenoh/src/net/runtime/orchestrator.rs +++ b/zenoh/src/net/runtime/orchestrator.rs @@ -920,7 +920,7 @@ impl Runtime { ) .unwrap() }) - .collect() + .collect(), }; if let Loop::Break = f(endpoint.clone()).await { break;