Skip to content

Commit b595cc2

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 7f4f8be commit b595cc2

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
@@ -993,7 +993,6 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
993993
v = buf[ GETTER ]( ( len - i - 1 ) * BYTES_PER_ELEMENT, this._isLE );
994994
obuf[ SETTER ]( i * BYTES_PER_ELEMENT, v, this._isLE );
995995
}
996-
997996
return out;
998997
});
999998

0 commit comments

Comments
 (0)