Skip to content

Commit 50e1fb5

Browse files
author
jinvicky
committed
fix missing end line breaks
1 parent eacf342 commit 50e1fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

top-k-frequent-elements/jinvicky.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ public int[] topKFrequent(int[] nums, int k) {
3939
}
4040
return answer;
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)