mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/storage: fix linter problems
This commit is contained in:
parent
d53cb43ddb
commit
bb5e51e33b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue