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> FakeFuture for GenFuture { type Output = T::Return; } -fn main() {} \ No newline at end of file +fn main() {}