From 238b28156a107afeec3359a47a7858a31375c954 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Tue, 5 Dec 2017 19:46:04 -0800 Subject: [PATCH] remove extra space --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7c62e95..d16b6fb 100644 --- a/index.html +++ b/index.html @@ -935,7 +935,7 @@ const { isKey } = this._queryParser.parse(newQuery); this._inputElVal = newQuery; this._setBackgroundFromQuery(newQuery); - if (!newQuery || isHelp ) this.hide(); + if (!newQuery || isHelp) this.hide(); if (isHelp) this._help.toggle(); if (this._instantRedirect && isKey) this._submitWithValue(newQuery); if (this._suggester) this._suggester.suggest(newQuery);