Spacing/formatting adjustments.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-07-08 12:27:29 +00:00
parent ae707ab465
commit 23d188f612
8 changed files with 9 additions and 1 deletions

View File

@@ -184,6 +184,7 @@ impl Service {
.into_iter()
.map(|(_, event)| event)
.collect();
futures.push(self.send_events(dest.clone(), new_events_vec));
} else {
statuses.remove(dest);