fix style

This commit is contained in:
Raffaele Mignone 2020-03-29 18:12:33 +02:00
parent 4782ec428f
commit 97f6fcbf82
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 1 additions and 1 deletions

View File

@ -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>()