Skip to content

Commit

Permalink
eslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Nov 2, 2017
1 parent ba9b9ad commit 095595f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/html/static/js/search.js
Expand Up @@ -83,8 +83,8 @@ var FileLoader = ( function () {
num = parseInt(num);

if (previous_search) {
loadFile("", num)
return
loadFile("", num);
return;
}

// Remove previously highlighted lines.
Expand Down

0 comments on commit 095595f

Please sign in to comment.