Skip to content

Commit

Permalink
[refactor]: remove redundant yield
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 authored and mversic committed Dec 11, 2023
1 parent ff737b7 commit 23bd7e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ impl Iroha {
};
}
};
tokio::task::yield_now().await;
}
})
}
Expand Down

0 comments on commit 23bd7e6

Please sign in to comment.