Skip to content

Commit 63adcb0

Browse files
dohee789dohee789
authored andcommitted
💬 modify line breaks
1 parent 9c9b03b commit 63adcb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

longest-consecutive-sequence/dohee789.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ public int longestConsecutive(int[] nums) {
2222
}
2323
return maxLength;
2424
}
25-
}
25+
}
26+

0 commit comments

Comments
 (0)