Skip to content

Commit

Permalink
chore: remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Oct 19, 2024
1 parent ffb1c3a commit e2f92c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keyring-api/src/utils/pagination.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export type Paginated<Type> = {
* The list of items for this page.
*/
data: Type[];

/**
* Next cursor to iterate over the results if any, will be `null` otherwise.
*/
Expand Down

0 comments on commit e2f92c5

Please sign in to comment.