Commit 3e73bba8 authored by Jeromy's avatar Jeromy

address code review

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent 7c7036e0
......@@ -158,6 +158,8 @@ func (sg *sesGetter) Get(ctx context.Context, c *cid.Cid) (node.Node, error) {
return nil, ErrNotFound
default:
return nil, err
case nil:
// noop
}
return node.Decode(blk)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment