mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-15 15:10:49 +00:00
remove redundant expression
This commit is contained in:
parent
801ed17bf1
commit
3a3af64df9
@ -56,7 +56,6 @@ func two(lines []string) int {
|
|||||||
if n > res {
|
if n > res {
|
||||||
res = n
|
res = n
|
||||||
}
|
}
|
||||||
y++
|
|
||||||
}(i)
|
}(i)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user