about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/run-pass/generator/issue-57084.rs2
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 {