Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-kim committed Oct 4, 2023
1 parent fdba501 commit ddccb70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/sync/workheap.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func newWorkHeap() *workHeap {
return bytes.Compare(a.start.Value(), b.start.Value()) < 0
},
),
closed: false,
}
}

Expand Down

0 comments on commit ddccb70

Please sign in to comment.