Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4d80880

Browse files
committed
fmt
1 parent 80bf204 commit 4d80880

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ui_test/src/lib.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,11 @@ pub fn run_tests(config: Config) {
8989
// Ignore file if only/ignore rules do (not) apply
9090
if ignore_file(&comments, &target) {
9191
ignored.fetch_add(1, Ordering::Relaxed);
92-
eprintln!("{} ... {}", path.display(), "ignored (in-test comment)".yellow());
92+
eprintln!(
93+
"{} ... {}",
94+
path.display(),
95+
"ignored (in-test comment)".yellow()
96+
);
9397
continue;
9498
}
9599
// Run the test for all revisions

0 commit comments

Comments
 (0)