R: ktlint

This commit is contained in:
Paul Hameteman 2025-10-14 23:11:40 +02:00
commit c5ce275612
2 changed files with 7 additions and 5 deletions

View file

@ -8,8 +8,8 @@
# Mikado
- [ ] Change var to val (immutable)
- [ ] Rover.turnLeft use copy() on state
- [ ] Rover.turnRight use copy() on state
- [x] Rover.turnLeft use copy() on state
- [x] Rover.turnRight use copy() on state
- [x] Rover.move use copy() on state
- [x] Rover.constructor use copy() on state
- [x] Change RoverState to Data Class