Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reduce visual noise by de-emphasizing the icon for successful runs
  • Loading branch information
Geoffrey Broadwell committed Nov 1, 2014
1 parent 2cb1967 commit 2dbd21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze
Expand Up @@ -38,7 +38,7 @@ my %DIAGNOSIS_ICON = (
OUTPUT_MISMATCH => '',
unknown => '?',
mixed => '',
'' => '+',
'' => '.',
);


Expand Down

0 comments on commit 2dbd21e

Please sign in to comment.