Skip to content

Commit e6ba55f

Browse files
committed
[WEEK6](gmlwls96) Longest Increasing Subsequence - 줄바꿈 lint 수정
1 parent 45c944e commit e6ba55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

longest-increasing-subsequence/gmlwls.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ class Solution {
1717
}
1818
return count.last()
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)