Skip to content

Commit 414ca06

Browse files
committed
Add trailing newlines
1 parent 76a8e32 commit 414ca06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
.run({ 'async': true });
3535
})
3636
}
37-
}));
37+
}));

test/benchmark/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
benchmark("arraybuffer");
1414
</script>
1515
</body>
16-
</html>
16+
</html>

test/benchmark/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ globalThis.Benchmark = require('benchmark');
22
globalThis.JSZip = require("../../lib/index");
33

44
const benchmark = require("./benchmark");
5-
benchmark("nodebuffer");
5+
benchmark("nodebuffer");

0 commit comments

Comments
 (0)