Skip to content

Commit ebc83b9

Browse files
committed
made changes1
1 parent cdd825a commit ebc83b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/core/basesyntax/ColorSupplier.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package core.basesyntax;
2-
3-
import java.util.Random;
2+
import java.util.Random;
43
public class ColorSupplier {
54
public Colors getRandomColor() {
65
Random random = new Random();

0 commit comments

Comments
 (0)