Skip to content

Commit

Permalink
fix lint newline
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Jun 20, 2024
1 parent 0fc8e81 commit d8f95b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/provwasm/query_plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func (qr *QuerierRegistry) RegisterQuerier(route string, querier Querier) {

// QueryPlugins provides provenance query support for smart contracts.
func QueryPlugins(registry *QuerierRegistry, queryRouter baseapp.GRPCQueryRouter, cdc codec.Codec) *wasmkeeper.QueryPlugins {

protoCdc, ok := cdc.(*codec.ProtoCodec)
if !ok {
panic(fmt.Errorf("codec must be *codec.ProtoCodec type: actual: %T", cdc))
Expand Down

0 comments on commit d8f95b5

Please sign in to comment.