[ci] format

This commit is contained in:
matthewp 2022-07-08 15:40:00 +00:00 committed by fredkbot
parent c2c4e5c238
commit f7bcd0d6f6

View file

@ -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;
}