Skip to content

Commit 2b9c8ff

Browse files
Update issue-78938-async-block.rs
Fix whitespace
1 parent 12f1795 commit 2b9c8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/async-await/issues/issue-78938-async-block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct JoinHandle;
2626
impl Future for JoinHandle {
2727
type Output = ();
2828
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
29-
loop {}
29+
loop {}
3030
}
3131
}
3232

0 commit comments

Comments
 (0)