Skip to content

Commit e20244a

Browse files
fix format
1 parent adfe2cd commit e20244a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/fishercoder/solutions/_1862.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
public class _1862 {
88
public static class Solution1 {
9-
/**TODO: this results in TLE, fix it.*/
9+
/**
10+
* TODO: this results in TLE, fix it.
11+
*/
1012
public int sumOfFlooredPairs(int[] nums) {
1113
TreeMap<Integer, Integer> map = new TreeMap<>();
1214
for (int num : nums) {

0 commit comments

Comments
 (0)