Skip to content

Commit 91c36c4

Browse files
committed
tidy fix
1 parent 01c6689 commit 91c36c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/issues/issue-51719.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ fn make_generator() {
1010
let _gen = || foo.await; //~ ERROR `await` is only allowed inside `async` functions and blocks
1111
}
1212

13-
fn main() {}
13+
fn main() {}

0 commit comments

Comments
 (0)