fix: go fmt
This commit is contained in:
parent
c86e864d55
commit
1ea11a748d
@ -832,7 +832,7 @@ func (a *StateAPI) StateVerifiedClientStatus(ctx context.Context, addr address.A
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
var dcap verifreg.DataCap
|
var dcap verifreg.DataCap
|
||||||
if err := vh.Find(ctx, string(addr.Bytes()), &dcap); err != nil {
|
if err := vh.Find(ctx, string(addr.Bytes()), &dcap); err != nil {
|
||||||
if err == hamt.ErrNotFound {
|
if err == hamt.ErrNotFound {
|
||||||
|
Loading…
Reference in New Issue
Block a user