mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 03:55:58 +01:00
Network: toString formatting fix
This commit is contained in:
parent
98fb643af6
commit
7e6e9274f8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class Network(
|
|||
for (issuer in nodes.keys) {
|
||||
val outEdges = edges[issuer] ?: continue
|
||||
for (edge in outEdges) {
|
||||
sb.append(edge)
|
||||
sb.appendLine(edge)
|
||||
}
|
||||
}
|
||||
return sb.toString()
|
||||
|
|
Loading…
Reference in a new issue