Code cleanup
This commit is contained in:
parent
391dd84143
commit
129d0b9046
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ public class VectorI implements Cloneable {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "VectorI [" + x + "," + y + "," + z + "]";
|
||||
return "VectorI [" + x + " " + y + " " + z + "]";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue