Fix goreport bug

This commit is contained in:
halfrost
2022-09-10 10:38:39 -07:00
parent dff1d84e1e
commit a655d95eea
8 changed files with 30 additions and 29 deletions

View File

@ -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