From b7627ad38f9f2aa6c753b3660d376a0accdf743c Mon Sep 17 00:00:00 2001 From: Martin Hansen Date: Sat, 19 Jun 2021 22:26:43 +0200 Subject: [PATCH] Prettier fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 152c140..e5b3378 100644 --- a/index.js +++ b/index.js @@ -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, }); }