style: format code with Ktlint
This commit fixes the style issues introduced in 61e293e according to the output
from Ktlint.
Details: None
This commit is contained in:
parent
61e293ee18
commit
6fe6fdee8c
1 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,8 @@ enum class Heading(val symbol: Char) {
|
|||
NORTH('N'),
|
||||
EAST('E'),
|
||||
SOUTH('S'),
|
||||
WEST('W');
|
||||
WEST('W'),
|
||||
;
|
||||
|
||||
override fun toString(): String = symbol.toString()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue