Skip to content

Commit fbd4272

Browse files
committed
add missing bright_black
1 parent c907a56 commit fbd4272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parse/gen_run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ macro_rules! skip_sol {
130130

131131
println!(
132132
" - {}",
133-
Line::new(stringify!($solution)).with_state("skipped".dimmed())
133+
Line::new(stringify!($solution)).with_state("skipped".bright_black())
134134
);
135135
}};
136136
}

0 commit comments

Comments
 (0)