File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
liquidjava-verifier/src/main/java/liquidjava/diagnostics Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ public class Colors {
66 public static final String GREY = "\u001B [90m" ;
77 public static final String BOLD_RED = "\u001B [1;31m" ;
88 public static final String BOLD_YELLOW = "\u001B [1;33m" ;
9- public static final String CYAN = "\u001B [36m" ;
109}
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public String toString() {
7777 // details
7878 String details = getDetails ();
7979 if (!details .isEmpty ()) {
80- sb .append (Colors . CYAN ). append ( " --> " ).append (String .join ("\n " , details .split ("\n " ))). append ( Colors . RESET ).append ("\n " );
80+ sb .append (" --> " ).append (String .join ("\n " , details .split ("\n " ))).append ("\n " );
8181 }
8282
8383 // location
You can’t perform that action at this time.
0 commit comments