Skip to content

Commit 764dd8d

Browse files
committed
--amend
1 parent 6446f82 commit 764dd8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/storer/internal/reserve/reserve.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ func (r *Reserve) putCAC(ctx context.Context, chunk swarm.Chunk, sum, stampHash
371371
func (r *Reserve) resolveStampIndexCollision(
372372
ctx context.Context, s transaction.Store,
373373
chunk swarm.Chunk, oldStampIndex *stampindex.Item,
374-
sum, stampHash []byte, bin uint8) (sameAddr bool, err error) {
374+
sum, stampHash []byte, bin uint8,
375+
) (sameAddr bool, err error) {
375376
prev := binary.BigEndian.Uint64(oldStampIndex.StampTimestamp)
376377
curr := binary.BigEndian.Uint64(chunk.Stamp().Timestamp())
377378
if prev > curr {

0 commit comments

Comments
 (0)