From a131c518ad640ccd12711ccd63d8b98cafa55ee9 Mon Sep 17 00:00:00 2001 From: Irina Popa Date: Thu, 26 Apr 2018 16:07:26 +0300 Subject: Fixed tidy errors. --- src/libsyntax/test.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/test.rs b/src/libsyntax/test.rs index e2a9f8715e2..1734692f9e7 100644 --- a/src/libsyntax/test.rs +++ b/src/libsyntax/test.rs @@ -563,7 +563,9 @@ fn mk_main(cx: &mut TestCtxt) -> P { let main = ast::ItemKind::Fn(ecx.fn_decl(vec![], ast::FunctionRetTy::Ty(main_ret_ty)), ast::Unsafety::Normal, dummy_spanned(ast::Constness::NotConst), - ::rustc_target::spec::abi::Abi::Rust, ast::Generics::default(), main_body); + ::rustc_target::spec::abi::Abi::Rust, + ast::Generics::default(), + main_body); P(ast::Item { ident: Ident::from_str("main"), attrs: vec![main_attr], -- cgit 1.4.1-3-g733a5