Skip to content

Commit 1e7c006

Browse files
committed
fix
1 parent f796bd2 commit 1e7c006

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__alloc(4096)
1+
__alloc(4096);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__alloc(1024)
1+
__alloc(1024);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
for (let i = 0; i < 640; i++) {
2-
__alloc(1024)
2+
__alloc(1024);
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
for (let i = 0; i < 9; i++) {
2-
__alloc(64 * 1024)
2+
__alloc(64 * 1024);
33
}

0 commit comments

Comments
 (0)