Skip to content

Commit efd7c85

Browse files
committed
chore: fix linter error
1 parent ff9500e commit efd7c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/market/keeper/grpc_query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (k Querier) Orders(c context.Context, req *types.QueryOrdersRequest) (*type
5555
case hasPaginationKey:
5656
var key []byte
5757
var err error
58-
58+
5959
// Accept both raw and base64-encoded keys: try raw first, then base64.
6060
paginationKeyBytes := req.Pagination.Key
6161
states, searchPrefix, key, _, err = query.DecodePaginationKey(paginationKeyBytes)

0 commit comments

Comments
 (0)