tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
@@ -2,7 +2,9 @@ internal enum class Color : Runnable {
|
||||
WHITE, BLACK, RED, YELLOW, BLUE;
|
||||
|
||||
override fun run() {
|
||||
println("name()=" + name +
|
||||
", toString()=" + toString())
|
||||
println(
|
||||
"name()=" + name +
|
||||
", toString()=" + toString()
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user