Skip to content

Commit 1dfa660

Browse files
committed
linting
1 parent 0e0e309 commit 1dfa660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/util-stream/src/splitStream.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe(splitStream.name, () => {
4444
if (typeof Blob !== "undefined") {
4545
const inputChunks = [97, 98, 99, 100];
4646

47-
const myBlob = new Blob([new Uint8Array(inputChunks)])
47+
const myBlob = new Blob([new Uint8Array(inputChunks)]);
4848

4949
const [a, b] = await splitWebStream(myBlob);
5050

0 commit comments

Comments
 (0)