mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-08 21:46:06 +00:00
fix(Kotlin): Remove empty lines (#1264)
This commit is contained in:
@@ -160,4 +160,4 @@ fun main() {
|
||||
/* 判断双向队列是否为空 */
|
||||
val isEmpty = deque.isEmpty()
|
||||
println("双向队列是否为空 = $isEmpty")
|
||||
}
|
||||
}
|
||||
@@ -95,4 +95,4 @@ fun main() {
|
||||
/* 判断队列是否为空 */
|
||||
val isEmpty = queue.isEmpty()
|
||||
println("队列是否为空 = $isEmpty")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user