From 7a11964dfb5660ebeac40a9a2e91e428eb94323c Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 11 Sep 2014 17:14:54 -0600 Subject: [PATCH] search: Fix indentation --- js/ui/search.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/ui/search.js b/js/ui/search.js index 3f6e0ed39..b8ee1b7b2 100644 --- a/js/ui/search.js +++ b/js/ui/search.js @@ -579,13 +579,13 @@ const SearchResults = new Lang.Class({ this._scrollView.visible = haveResults; this._statusBin.visible = !haveResults; - if (!haveResults) { + if (!haveResults) { if (this.searchInProgress) { this._statusText.set_text(_("Searching…")); } else { this._statusText.set_text(_("No results.")); } - } + } }, _updateResults: function(provider, results) {