Skip to content

Commit 1b7bce6

Browse files
authored
chore: reverting unneccesary change while resolving conflicts
1 parent 74305aa commit 1b7bce6

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/array/fixed-endian-factory/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
626626
var out;
627627
var i;
628628
var v;
629+
629630
if ( !isTypedArray( this ) ) {
630631
throw new TypeError( format( 'invalid invocation. `this` is not %s %s.', CHAR2ARTICLE[ dtype[0] ], CTOR_NAME ) );
631632
}

0 commit comments

Comments
 (0)