Skip to content

Commit 1ee09cc

Browse files
committed
resolve lint errors
1 parent 36449d2 commit 1ee09cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

house-robber/hj4645.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ class Solution {
1515

1616
return prev1
1717
}
18-
}
18+
}
19+

longest-consecutive-sequence/hj4645.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ class Solution {
2222
}
2323
return maxLen
2424
}
25-
}
25+
}
26+

0 commit comments

Comments
 (0)