From 3fe07dd316bde2ea625166176b2285bf0c631889 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 8 Mar 2026 17:53:45 +0800 Subject: *: Fix lints --- objectstore/packed/idx_candidates_mru.go | 1 + 1 file changed, 1 insertion(+) (limited to 'objectstore') diff --git a/objectstore/packed/idx_candidates_mru.go b/objectstore/packed/idx_candidates_mru.go index b0960df5..d0cc7052 100644 --- a/objectstore/packed/idx_candidates_mru.go +++ b/objectstore/packed/idx_candidates_mru.go @@ -88,6 +88,7 @@ func (store *Store) touchCandidate(packName string) { } node.prev = nil + node.next = store.mruHead if store.mruHead != nil { store.mruHead.prev = node -- cgit v1.3.1-10-gc9f91