Skip to content

Commit 4e3a9a4

Browse files
committed
More stuff
1 parent 3fd9440 commit 4e3a9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/com/group/golf/genetics/Individual.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ private static JVector2[] duplicateData(JVector2[] data) {
6767
public String toString() {
6868
return "Individual{" +
6969
"\n - genes=" + Arrays.toString(genes) +
70-
"\n - score=" + score +
71-
"\n - lastMove (index) =" + lastMove +
70+
"\n - score = " + score +
71+
"\n - lastMove (index) = " + lastMove +
7272
"\n - landings=" + Arrays.toString(landings) +
7373
'}';
7474
}

0 commit comments

Comments
 (0)