Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Nov 1, 2024
1 parent 7d48adc commit d573c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/bridge/keeper/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (q queryServer) EpochInfo(c context.Context, req *types.QueryEpochInfoReque
}
ctx := sdk.UnwrapSDKContext(c)

epochInfo, err := q.k.EpochInfo.Get(ctx)
epochInfo, err := q.k.EpochInfo.Get(ctx)
if err != nil {
return nil, errorsmod.Wrap(sdkerrors.ErrKeyNotFound, "not found")
}
Expand Down

0 comments on commit d573c2b

Please sign in to comment.