mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Linting changes
This commit is contained in:
parent
c1878ca28b
commit
33464b3388
19 changed files with 42 additions and 41 deletions
|
@ -125,7 +125,7 @@ TestRegister.addApiTests([
|
|||
<a href="https://github.com">Click here</a>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>`.replace(/\n|\s{4}/g, ""); //remove newlines, tabs
|
||||
</html>`.replace(/\n|\s{4}/g, ""); // remove newlines, tabs
|
||||
|
||||
const dish = new Dish(html, Dish.HTML);
|
||||
dish.get(4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue