Skip to content

Commit

Permalink
Add trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Jun 15, 2022
1 parent 76a8e32 commit 414ca06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/benchmark/benchmark.js
Expand Up @@ -34,4 +34,4 @@
.run({ 'async': true });
})
}
}));
}));
2 changes: 1 addition & 1 deletion test/benchmark/index.html
Expand Up @@ -13,4 +13,4 @@
benchmark("arraybuffer");
</script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/benchmark/node.js
Expand Up @@ -2,4 +2,4 @@ globalThis.Benchmark = require('benchmark');
globalThis.JSZip = require("../../lib/index");

const benchmark = require("./benchmark");
benchmark("nodebuffer");
benchmark("nodebuffer");

0 comments on commit 414ca06

Please sign in to comment.