fix: go fmt

This commit is contained in:
Dirk McCormick 2020-07-07 10:01:08 -04:00
parent c86e864d55
commit 1ea11a748d

View File

@ -832,7 +832,7 @@ func (a *StateAPI) StateVerifiedClientStatus(ctx context.Context, addr address.A
if err != nil {
return nil, err
}
var dcap verifreg.DataCap
if err := vh.Find(ctx, string(addr.Bytes()), &dcap); err != nil {
if err == hamt.ErrNotFound {