Skip to content

Commit b977387

Browse files
committed
Format changes.
1 parent 5b6c106 commit b977387

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/workspace/ui/Color.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ public class Color {
2929
public static final Color PINK = new Color(255, 175, 175, 255);
3030

3131
private int red;
32+
3233
private int green;
34+
3335
private int blue;
36+
3437
private int alpha;
3538

3639
public Color(int red, int green, int blue) {

0 commit comments

Comments
 (0)