mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Remove extra blank line
This commit is contained in:
parent
c2cda569e1
commit
b354d335a3
@ -130,7 +130,6 @@ sealed class StatsTree {
|
|||||||
) : StatsTree()
|
) : StatsTree()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fun readTree(events: List<StatsEvent>, index: Int): Pair<Int, StatsTree> {
|
fun readTree(events: List<StatsEvent>, index: Int): Pair<Int, StatsTree> {
|
||||||
val event = events[index]
|
val event = events[index]
|
||||||
when (event) {
|
when (event) {
|
||||||
|
Loading…
Reference in New Issue
Block a user