Skip to content

Commit c915105

Browse files
committed
add new line
1 parent 4f7a22d commit c915105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

top-k-frequent-elements/acious.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ class Solution {
1616
// 2. 0부터 k개(0 until k)를 자르고 IntArray로 변환
1717
return sortedKeys.slice(0 until k).toIntArray()
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)