remove unused, intermediate literal
This commit is contained in:
parent
c9dd3b3238
commit
5f3990d1bc
@ -32,10 +32,7 @@ func (m *Sealing) pledgeSector(ctx context.Context, sectorID abi.SectorID, exist
|
||||
|
||||
existingPieceSizes = append(existingPieceSizes, size)
|
||||
|
||||
out[i] = abi.PieceInfo{
|
||||
Size: ppi.Size,
|
||||
PieceCID: ppi.PieceCID,
|
||||
}
|
||||
out[i] = ppi
|
||||
}
|
||||
|
||||
return out, nil
|
||||
|
Loading…
Reference in New Issue
Block a user