Skip to content

Commit 2723d8e

Browse files
author
r00ster91
committed
style: format
Some formatting, apparently.
1 parent 8f6f4bc commit 2723d8e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/docs/main.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ var zigAnalysis;
117117
});
118118
domSectSearchAllResultsLink.addEventListener('click', onClickSearchShowAllResults, false);
119119
function onClickSearchShowAllResults(ev) {
120-
ev.preventDefault();
121-
ev.stopPropagation();
122-
searchTrimResults = false;
123-
onHashChange();
120+
ev.preventDefault();
121+
ev.stopPropagation();
122+
searchTrimResults = false;
123+
onHashChange();
124124
}
125125

126126
domPrivDeclsBox.addEventListener(
@@ -3309,7 +3309,7 @@ var zigAnalysis;
33093309
list.sort();
33103310
return list;
33113311
}
3312-
3312+
33133313
function renderSearch() {
33143314
let matchedItems = [];
33153315
let ignoreCase = curNavSearch.toLowerCase() === curNavSearch;
@@ -3398,13 +3398,13 @@ var zigAnalysis;
33983398
const text = lastPkgName + "." + match.path.declNames.join(".");
33993399
const href = navLink(match.path.pkgNames, match.path.declNames);
34003400

3401-
matchedItemsHTML += "<li><a href=\""+ href +"\">"+ text + "</a></li>";
3401+
matchedItemsHTML += "<li><a href=\"" + href + "\">" + text + "</a></li>";
34023402
}
34033403

34043404
// Replace the search results using our newly constructed HTML string
34053405
domListSearchResults.innerHTML = matchedItemsHTML;
34063406
if (searchTrimmed) {
3407-
domSectSearchAllResultsLink.classList.remove("hidden");
3407+
domSectSearchAllResultsLink.classList.remove("hidden");
34083408
}
34093409
renderSearchCursor();
34103410

0 commit comments

Comments
 (0)