From 7f6f6d2067e2e6249a3d73915810bd91869fb396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Vasconcellos?= Date: Thu, 20 Jun 2024 01:00:39 -0300 Subject: [PATCH] Auto format --- core/crates/sync/src/ingest.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/crates/sync/src/ingest.rs b/core/crates/sync/src/ingest.rs index 5e7b81cb3..2d3a34af8 100644 --- a/core/crates/sync/src/ingest.rs +++ b/core/crates/sync/src/ingest.rs @@ -252,10 +252,7 @@ impl Actor { .race() .await, Race::Ticked - ) { - /* Everything is Awesome! */ - } - + ) { /* Everything is Awesome! */ } } }, true,