about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/run-pass/impl-trait/bounds_regression.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/impl-trait/bounds_regression.rs b/src/test/run-pass/impl-trait/bounds_regression.rs
index 509fe93c417..cc931a68edd 100644
--- a/src/test/run-pass/impl-trait/bounds_regression.rs
+++ b/src/test/run-pass/impl-trait/bounds_regression.rs
@@ -29,4 +29,4 @@ impl<T: FakeGenerator<Yield = ()>> FakeFuture for GenFuture<T> {
     type Output = T::Return;
 }
 
-fn main() {}
\ No newline at end of file
+fn main() {}