[#1112] Fix issue from gofumpt

Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
Anton Nikiforov 2024-05-07 12:44:50 +03:00
parent 93c0ccad4f
commit 21a490da8f

View file

@ -65,6 +65,7 @@ type testEpochReceiver uint64
func (e testEpochReceiver) Epoch() (uint64, error) {
return uint64(e), nil
}
func (e testEpochReceiver) CurrentEpoch() uint64 {
return uint64(e)
}
@ -1751,7 +1752,6 @@ func TestGetRange(t *testing.T) {
})
}
}
})
t.Run("big", func(t *testing.T) {
const totalSize = 9