Skip to content

Commit a4fa1ea

Browse files
committed
Fix: remove unnecessary spaces before newline to comply with CI requirements
1 parent 228f63b commit a4fa1ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

top-k-frequent-elements/KwonNayeon.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ def topKFrequent(self, nums: List[int], k: int) -> List[int]:
3131
for i in range(k):
3232
result.append(sorted_frequency[i][0])
3333
return result
34-

0 commit comments

Comments
 (0)