mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-25 04:17:59 +01:00
Paths add toString
This commit is contained in:
parent
f6f76f4984
commit
ed1d4a16a5
1 changed files with 4 additions and 0 deletions
|
@ -55,4 +55,8 @@ class Paths(private val _paths: MutableList<Item>) {
|
||||||
return "$path ($amount)"
|
return "$path ($amount)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun toString(): String {
|
||||||
|
return paths.joinToString { it.toString() }
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue