From 4d80880854b2ae832d9e490f0d761bbc5170c3bb Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 30 May 2022 12:32:49 +0200 Subject: [PATCH] fmt --- ui_test/src/lib.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui_test/src/lib.rs b/ui_test/src/lib.rs index 648efb1f471..37af27dcfb1 100644 --- a/ui_test/src/lib.rs +++ b/ui_test/src/lib.rs @@ -89,7 +89,11 @@ pub fn run_tests(config: Config) { // Ignore file if only/ignore rules do (not) apply if ignore_file(&comments, &target) { ignored.fetch_add(1, Ordering::Relaxed); - eprintln!("{} ... {}", path.display(), "ignored (in-test comment)".yellow()); + eprintln!( + "{} ... {}", + path.display(), + "ignored (in-test comment)".yellow() + ); continue; } // Run the test for all revisions