[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 offset = 0;
|
||||
for(const chunk of chunks) {
|
||||
for (const chunk of chunks) {
|
||||
ab.set(chunk, offset);
|
||||
offset += chunk.length;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue