fix(Kotlin): Remove empty lines (#1264)

This commit is contained in:
curtishd
2024-04-10 21:19:19 +08:00
committed by GitHub
parent 30fd4ef646
commit a3ee733e7b
16 changed files with 16 additions and 16 deletions

View File

@@ -22,4 +22,4 @@ class ListNode(var _val: Int) {
return dum.next
}
}
}
}

View File

@@ -104,4 +104,4 @@ fun printHeap(queue: Queue<Int>?) {
println("堆的树状表示:")
val root = TreeNode.listToTree(list)
printTree(root)
}
}