Update issue-78938-async-block.rs
Fix whitespace
This commit is contained in:
parent
12f1795743
commit
2b9c8ff6b3
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ struct JoinHandle;
|
|||
impl Future for JoinHandle {
|
||||
type Output = ();
|
||||
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
|
||||
loop {}
|
||||
loop {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue