Skip to content

Commit

Permalink
Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope committed Mar 5, 2019
1 parent 33a6469 commit fcec51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass/generator/issue-57084.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ impl Foo {
}
}

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

0 comments on commit fcec51d

Please sign in to comment.