Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mokkabonna committed Jun 19, 2021
1 parent d118a36 commit b7627ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class AutocompletePrompt extends Base {

const shouldLoop = this.opt.loop === undefined ? true : this.opt.loop;
this.paginator = new Paginator(this.screen, {
isInfinite: shouldLoop
isInfinite: shouldLoop,
});
}

Expand Down

0 comments on commit b7627ad

Please sign in to comment.