From 3a3af64df90d7884ac5ffd5c38f8870d8b24e181 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 17 Dec 2023 15:53:24 +0000 Subject: [PATCH] remove redundant expression --- day-16/two.go | 1 - 1 file changed, 1 deletion(-) diff --git a/day-16/two.go b/day-16/two.go index 0fa59ec..73d7212 100644 --- a/day-16/two.go +++ b/day-16/two.go @@ -56,7 +56,6 @@ func two(lines []string) int { if n > res { res = n } - y++ }(i) }