mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-11 03:10:58 +00:00
fix(Kotlin): Remove empty lines (#1264)
This commit is contained in:
@@ -55,4 +55,4 @@ fun main() {
|
||||
|
||||
println("输入数组 nums = ${nums.contentToString()}, target = $target")
|
||||
println("所有和等于 $target 的子集 res = $res")
|
||||
}
|
||||
}
|
||||
@@ -59,4 +59,4 @@ fun main() {
|
||||
|
||||
println("输入数组 nums = ${nums.contentToString()}, target = $target")
|
||||
println("所有和等于 $target 的子集 res = $res")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user