Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Mar 1, 2023
1 parent fe8a09b commit 8798be1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private Color colorValue() {

public static String colorToString(Color c) {
if (c == null) {
return "";
return "";
}
else if (c.getTransparency() == c.OPAQUE) {
return c.getRed() + ","
Expand Down

0 comments on commit 8798be1

Please sign in to comment.