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]
if !ok {
m := orderedmap.NewOrderedMap[string, int]()
boxes[boxId] = m
boxes[boxId] = orderedmap.NewOrderedMap[string, int]()
}
if strings.Contains(lense, "=") {