mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 17:07:01 +02:00
improve code readability
This commit is contained in:
@@ -736,7 +736,7 @@ where
|
||||
let _ = this.ka_timer.as_mut().as_pin_mut().unwrap().poll(cx);
|
||||
}
|
||||
}
|
||||
Poll::Pending => (),
|
||||
Poll::Pending => {},
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
Reference in New Issue
Block a user