Skip to content

Commit

Permalink
Apply Prettier to offline-search.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed May 23, 2020
1 parent bac04df commit ef07806
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/js/offline-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@
});
});
})
.slice(0, $targetSearchInput.data('offlnie-search-max-results'));
.slice(
0,
$targetSearchInput.data('offlnie-search-max-results')
);

//
// Make result html
Expand Down

0 comments on commit ef07806

Please sign in to comment.