Skip to content

Commit fcec51d

Browse files
committed
Removed whitespace
1 parent 33a6469 commit fcec51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/generator/issue-57084.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ impl Foo {
1616
}
1717
}
1818

19-
pub async fn run<'a>(&'a self, data: &'a [u8])
19+
pub async fn run<'a>(&'a self, data: &'a [u8])
2020
{
2121
let _to_pin = self.with(move || println!("{:p}", data));
2222
loop {

0 commit comments

Comments
 (0)