Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 988e52e

Browse files
committedDec 7, 2024
style: remove blank line for toReversed method in array/fixed-endian-factory
Co-authored-by: Athan <[email protected]> Signed-off-by: Nate <[email protected]> style: remove blank line for toReversed method in array/fixed-endian-factory style: remove blank line for toReversed method in array/fixed-endian-factory style: remove blank line in toReversed method
1 parent 3ea7f5c commit 988e52e

File tree

1 file changed

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

1 file changed

+0
-1
lines changed
 

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,6 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
910910
if ( !isTypedArray( this ) ) {
911911
throw new TypeError( 'invalid invocation. `this` is not a typed array.' );
912912
}
913-
914913
len = this._length;
915914
out = new this.constructor( flag2byteOrder( this._isLE ), len );
916915
buf = this._buffer;

0 commit comments

Comments
 (0)
Please sign in to comment.