diff --git a/src/test/run-pass/impl-for-never.rs b/src/test/run-pass/impl-for-never.rs index 4bb4e0128afa..794f5969bff5 100644 --- a/src/test/run-pass/impl-for-never.rs +++ b/src/test/run-pass/impl-for-never.rs @@ -26,7 +26,7 @@ fn maybe_stringify(opt: Option) -> &'static str { match opt { Some(_) => T::stringify_type(), None => "none", - } + } } fn main() {