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:
parent
bedefaba94
commit
9cb626f24a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ class RoverState {
|
||||||
var positionX: Int = 0
|
var positionX: Int = 0
|
||||||
var positionY: Int = 0
|
var positionY: Int = 0
|
||||||
var heading: Char = HEADING_NORTH
|
var heading: Char = HEADING_NORTH
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue