Skip to content

Commit 964eb63

Browse files
committed
Fixed sonar
1 parent 38cd18b commit 964eb63

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package g3401_3500.s3425_longest_special_path
55

66
import kotlin.math.max
77

8+
@Suppress("kotlin:S107")
89
class Solution {
910
fun longestSpecialPath(edges: Array<IntArray>, nums: IntArray): IntArray {
1011
val n = edges.size + 1

0 commit comments

Comments
 (0)