mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-20 18:46:06 +00:00
fix(Kotlin): Remove empty lines (#1264)
This commit is contained in:
@@ -39,4 +39,4 @@ fun main() {
|
||||
/* 层序遍历 */
|
||||
val list = levelOrder(root)
|
||||
println("\n层序遍历的节点打印序列 = $list")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user