mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
fix(Kotlin): Remove empty lines (#1264)
This commit is contained in:
@@ -22,4 +22,4 @@ class ListNode(var _val: Int) {
|
||||
return dum.next
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -104,4 +104,4 @@ fun printHeap(queue: Queue<Int>?) {
|
||||
println("堆的树状表示:")
|
||||
val root = TreeNode.listToTree(list)
|
||||
printTree(root)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user