mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
c2c4e5c238
commit
f7bcd0d6f6
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ function createResponseClass() {
|
||||||
}
|
}
|
||||||
let ab = new Uint8Array(len);
|
let ab = new Uint8Array(len);
|
||||||
let offset = 0;
|
let offset = 0;
|
||||||
for(const chunk of chunks) {
|
for (const chunk of chunks) {
|
||||||
ab.set(chunk, offset);
|
ab.set(chunk, offset);
|
||||||
offset += chunk.length;
|
offset += chunk.length;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue