style: format code with Ktlint

This commit fixes the style issues introduced in bedefab according to the output
from Ktlint.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2025-10-14 19:38:44 +00:00 committed by GitHub
commit 9cb626f24a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,4 +4,4 @@ class RoverState {
var positionX: Int = 0
var positionY: Int = 0
var heading: Char = HEADING_NORTH
}
}