From 10d8b45f121a6fb34aa248f812e7d8964a141ea6 Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Mon, 30 Oct 2023 19:50:26 +0800 Subject: [PATCH] fmt --- src/stream/src/executor/backfill/no_shuffle_backfill.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream/src/executor/backfill/no_shuffle_backfill.rs b/src/stream/src/executor/backfill/no_shuffle_backfill.rs index cb63da8a6ba71..2885625ac0850 100644 --- a/src/stream/src/executor/backfill/no_shuffle_backfill.rs +++ b/src/stream/src/executor/backfill/no_shuffle_backfill.rs @@ -308,7 +308,7 @@ where tokio::time::sleep(std::time::Duration::from_millis( snapshot_read_delay as u64, )) - .await; + .await; } // Raise the current position.