]> git.lizzy.rs Git - rust.git/blobdiff - ui_test/src/lib.rs
fmt
[rust.git] / ui_test / src / lib.rs
index 648efb1f47146568994fdd03071f810aeb5d2f5a..37af27dcfb1d709e4c88e20e69f1a6f1b10d3be1 100644 (file)
@@ -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