Skip to content

Commit 7c45fc7

Browse files
rasmussybergMTschannett
authored andcommitted
removed extra line
1 parent 9cb44a9 commit 7c45fc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/TransformOperationExecutor.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,11 +419,10 @@ function instantiateArrayType(arrayType: Function): Array<any> | Set<any> {
419419
return array;
420420
}
421421

422-
423422
function testForBuffer(): boolean {
424423
try {
425424
Buffer
426425
return true;
427426
} catch {}
428427
return false;
429-
}
428+
}

0 commit comments

Comments
 (0)