mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-26 10:07:13 +00:00
fix(Kotlin): Remove empty lines (#1264)
This commit is contained in:
@@ -155,4 +155,4 @@ fun main() {
|
||||
/* 判断堆是否为空 */
|
||||
val isEmpty = maxHeap.isEmpty()
|
||||
print("\n堆是否为空 $isEmpty\n")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user