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
@@ -160,4 +160,4 @@ fun main() {
/* 判断双向队列是否为空 */
val isEmpty = deque.isEmpty()
println("双向队列是否为空 = $isEmpty")
}
}
@@ -95,4 +95,4 @@ fun main() {
/* 判断队列是否为空 */
val isEmpty = queue.isEmpty()
println("队列是否为空 = $isEmpty")
}
}