style: format code with Ktlint
This commit fixes the style issues introduced in 2c372a8 according to the output
from Ktlint.
Details: None
This commit is contained in:
parent
2c372a8f51
commit
7c471e4461
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ class Rover {
|
|||
positionX = command[ROVER_STARTING_POSITION_X].toInt(),
|
||||
positionY = command[ROVER_STARTING_POSITION_Y].toInt(),
|
||||
heading =
|
||||
Heading.from(command[ROVER_FACING_DIRECTION][ROVER_COMMANDLIST_DIRECTION])
|
||||
?: state.heading,
|
||||
Heading.from(command[ROVER_FACING_DIRECTION][ROVER_COMMANDLIST_DIRECTION])
|
||||
?: state.heading,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue