mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-14 05:11:07 +00:00
fix lint
This commit is contained in:
@@ -37,7 +37,10 @@ where
|
||||
));
|
||||
}
|
||||
|
||||
match future().await.context("Polled future returned an error during polling loop")? {
|
||||
match future()
|
||||
.await
|
||||
.context("Polled future returned an error during polling loop")?
|
||||
{
|
||||
ControlFlow::Continue(()) => {
|
||||
let next_wait_duration = match polling_wait_behavior {
|
||||
PollingWaitBehavior::Constant(duration) => duration,
|
||||
|
||||
Reference in New Issue
Block a user