Skip to content

Commit 6934080

Browse files
committed
Fixed sonar
1 parent f0bada0 commit 6934080

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/g3401_3500/s3441_minimum_cost_good_caption

1 file changed

+1
-0
lines changed

src/main/kotlin/g3401_3500/s3441_minimum_cost_good_caption/Solution.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package g3401_3500.s3441_minimum_cost_good_caption
55
import kotlin.math.abs
66
import kotlin.math.min
77

8+
@Suppress("kotlin:S107")
89
class Solution {
910
fun minCostGoodCaption(caption: String): String {
1011
val n = caption.length

0 commit comments

Comments
 (0)