Skip to content

Commit d84bfe5

Browse files
Update lib/node_modules/@stdlib/array/fixed-endian-factory/lib/main.js
Co-authored-by: Vinit Pandit <[email protected]> Signed-off-by: Ahmed_Kashkoush <[email protected]>
1 parent 7cd3e9c commit d84bfe5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
700700
}
701701
buf = this._buffer;
702702
len = this._length;
703-
N = floor(len / 2);
703+
N = floor( len / 2 );
704704
for ( i = 0; i < N; i++ ) {
705705
j=len-i-1;
706706
tmp=buf[ GETTER ]( i*BYTES_PER_ELEMENT, this._isLE );

0 commit comments

Comments
 (0)