diff options
| author | Giles Cope <gilescope@gmail.com> | 2019-03-05 17:47:23 +0000 |
|---|---|---|
| committer | Giles Cope <gilescope@gmail.com> | 2019-03-05 17:47:23 +0000 |
| commit | fcec51d1efb9f2c445d503d0e7f8837088190d09 (patch) | |
| tree | b8f97fde349cb1477cc14631a45fe3315cd451dd | |
| parent | 33a64699b1f630640a7281be6493643904e5daa4 (diff) | |
| download | rust-fcec51d1efb9f2c445d503d0e7f8837088190d09.tar.gz rust-fcec51d1efb9f2c445d503d0e7f8837088190d09.zip | |
Removed whitespace
| -rw-r--r-- | src/test/run-pass/generator/issue-57084.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/generator/issue-57084.rs b/src/test/run-pass/generator/issue-57084.rs index 38c86dccb80..f6bc93cd937 100644 --- a/src/test/run-pass/generator/issue-57084.rs +++ b/src/test/run-pass/generator/issue-57084.rs @@ -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 { |
