Skip to content

Commit

Permalink
eslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Oct 23, 2017
1 parent 54d4432 commit f377245
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 f377245

Please sign in to comment.