swarm/storage: fix linter problems

This commit is contained in:
Fabio Barone 2019-02-11 17:29:16 -05:00
parent d53cb43ddb
commit bb5e51e33b

View file

@ -107,7 +107,7 @@ func (f *FileStore) GetAllReferences(ctx context.Context, data io.Reader, toEncr
references: make([]Reference, 0), references: make([]Reference, 0),
} }
// do the actual splitting anyway, no way around it // do the actual splitting anyway, no way around it
_, wait, err = PyramidSplit(ctx, data, putter, putter) _, wait, err := PyramidSplit(ctx, data, putter, putter)
if err != nil { if err != nil {
return nil, err return nil, err
} }