fix style
This commit is contained in:
parent
4782ec428f
commit
97f6fcbf82
@ -1,6 +1,6 @@
|
||||
package drills.drill03.exercise2
|
||||
|
||||
class PrintAgent(private val nodes: Array<Node>): AbstractAgent(){
|
||||
class PrintAgent(private val nodes: Array<Node>) : AbstractAgent() {
|
||||
private var index = 0
|
||||
private val names = mutableListOf<String>()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user