mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-07 01:44:56 +08:00
Fix goreport bug
This commit is contained in:
@ -35,7 +35,7 @@ func max(a int, b int) int {
|
||||
return b
|
||||
}
|
||||
|
||||
//Propagate for rest of the string
|
||||
// Propagate for rest of the string
|
||||
func recursiveCheck(num string, x1 int, x2 int, left int) bool {
|
||||
if left == len(num) {
|
||||
return true
|
||||
|
Reference in New Issue
Block a user