From adec1f94ce395a474a3847872f24b21dc84b0012 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 13 Jun 2018 19:10:41 +0200 Subject: [PATCH] Tidy --- src/test/run-pass/impl-trait/bounds_regression.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {}