Skip to content

Commit

Permalink
fix: reflect golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
loloicci committed Apr 21, 2023
1 parent 84ee538 commit d053826
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/wasmplus/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ func NewHandler(k wasmtypes.ContractOpsKeeper) sdk.Handler {
)
res, err = msgServer.StoreCodeAndInstantiateContract(sdk.WrapSDKContext(ctx), msg2)
return sdk.WrapServiceResult(ctx, res, err)
} else {
return nil, err
}
}
return res, err
Expand Down

0 comments on commit d053826

Please sign in to comment.