Skip to content

Commit

Permalink
fix: apply comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hoo47 committed Dec 17, 2024
1 parent cf2de41 commit 329e023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion store.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,4 @@ func (m *lockedMap[V]) Clear(onEvict func(item *Item[V])) {
}
}
m.data = make(map[uint64]storeItem[V])
m.Unlock()
}

0 comments on commit 329e023

Please sign in to comment.