Skip to content

Commit 4f6ae97

Browse files
committed
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 in toReversed method in array/fixed-endian-factory style: remove blank line for toReversed method
1 parent 988e52e commit 4f6ae97

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
@@ -918,7 +918,6 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
918918
v = buf[ GETTER ]( ( len - i - 1 ) * BYTES_PER_ELEMENT, this._isLE );
919919
obuf[ SETTER ]( i * BYTES_PER_ELEMENT, v, this._isLE );
920920
}
921-
922921
return out;
923922
});
924923

0 commit comments

Comments
 (0)