From 6be50f7d5de3737464853a589673375fc0cafa97 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 31 Oct 2018 23:41:43 +0300 Subject: Reformat all --- crates/tools/tests/cli.rs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'crates/tools/tests') diff --git a/crates/tools/tests/cli.rs b/crates/tools/tests/cli.rs index 8c53a8230..2d238d9ea 100644 --- a/crates/tools/tests/cli.rs +++ b/crates/tools/tests/cli.rs @@ -1,8 +1,6 @@ extern crate tools; -use tools::{ - generate, Verify, run_rustfmt, -}; +use tools::{generate, run_rustfmt, Verify}; #[test] fn verify_template_generation() { @@ -14,6 +12,9 @@ fn verify_template_generation() { #[test] fn check_code_formatting() { if let Err(error) = run_rustfmt(Verify) { - panic!("{}. Please format the code by running `cargo format`", error); + panic!( + "{}. Please format the code by running `cargo format`", + error + ); } } -- cgit v1.2.3