remove redundant expression

This commit is contained in:
onyx-and-iris 2023-12-17 15:53:24 +00:00
parent 801ed17bf1
commit 3a3af64df9

View File

@ -56,7 +56,6 @@ func two(lines []string) int {
if n > res {
res = n
}
y++
}(i)
}