From 23bd7e67484dea6dad979ab7e6d0bef425849266 Mon Sep 17 00:00:00 2001 From: Dmitry Balashov <43530070+0x009922@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:31:48 +0700 Subject: [PATCH] [refactor]: remove redundant yield Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com> --- cli/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/src/lib.rs b/cli/src/lib.rs index 782f9c1a3ed..2d8a9a9c078 100644 --- a/cli/src/lib.rs +++ b/cli/src/lib.rs @@ -506,7 +506,6 @@ impl Iroha { }; } }; - tokio::task::yield_now().await; } }) }