remove assignment

This commit is contained in:
onyx-and-iris 2023-12-15 18:06:56 +00:00
parent 927e78aa3a
commit 20713a9967

View File

@ -34,8 +34,7 @@ func two(lines []string) int {
_, ok := boxes[boxId] _, ok := boxes[boxId]
if !ok { if !ok {
m := orderedmap.NewOrderedMap[string, int]() boxes[boxId] = orderedmap.NewOrderedMap[string, int]()
boxes[boxId] = m
} }
if strings.Contains(lense, "=") { if strings.Contains(lense, "=") {