Skip to content

Commit 0e529e5

Browse files
fix: newline
1 parent 23046df commit 0e529e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contains-duplicate/changchanghwang.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ func containsDuplicate(nums []int) bool {
1313
}
1414
}
1515
return false
16-
}
16+
}

longest-consecutive-sequence/changchanghwang.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ func longestConsecutive(nums []int) int {
3131
}
3232

3333
return maxConsecutiveCount
34-
}
34+
}

valid-palindrome/changchanghwang.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ func isPalindrome2(s string) bool {
3434
}
3535

3636
return reverseAndFilteredString == filteredString
37-
}
37+
}

0 commit comments

Comments
 (0)