From ddccb700187bcc778359b5cf843162c93c8faa15 Mon Sep 17 00:00:00 2001 From: Joshua Kim <20001595+joshua-kim@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:26:47 -0400 Subject: [PATCH] nit --- x/sync/workheap.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/sync/workheap.go b/x/sync/workheap.go index ffd55452542d..0dc53c32dbfc 100644 --- a/x/sync/workheap.go +++ b/x/sync/workheap.go @@ -50,7 +50,6 @@ func newWorkHeap() *workHeap { return bytes.Compare(a.start.Value(), b.start.Value()) < 0 }, ), - closed: false, } }