Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 848b6a1

Browse files
committedApr 4, 2025·
Fixed sonar
1 parent 94db138 commit 848b6a1

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/g1601_1700/s1659_maximize_grid_happiness

1 file changed

+1
-0
lines changed
 

‎src/main/kotlin/g1601_1700/s1659_maximize_grid_happiness/Solution.kt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package g1601_1700.s1659_maximize_grid_happiness
55

66
import kotlin.math.max
77

8+
@Suppress("kotlin:S107")
89
class Solution {
910
private fun maxHappiness(
1011
index: Int,

0 commit comments

Comments
 (0)
Please sign in to comment.