Skip to content

Commit d2aa36f

Browse files
authored
Fix indent
1 parent 93645ea commit d2aa36f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/front-end/searcher/searcher.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,10 @@ window.search = window.search || {};
434434

435435
function showSearch(yes) {
436436
if (yes) {
437-
loadSearchScript(window.path_to_searchindex_js ||
438-
(path_to_root + '{{ resource "searchindex.js" }}'),
439-
'search-index');
437+
loadSearchScript(
438+
window.path_to_searchindex_js ||
439+
path_to_root + '{{ resource "searchindex.js" }}',
440+
'search-index');
440441
search_wrap.classList.remove('hidden');
441442
searchicon.setAttribute('aria-expanded', 'true');
442443
} else {

0 commit comments

Comments
 (0)