Skip to content

Commit

Permalink
style: remove blank line for toReversed method in array/fixed-endian-…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
nate10j committed Dec 7, 2024
1 parent 988e52e commit 4f6ae97
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,6 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
v = buf[ GETTER ]( ( len - i - 1 ) * BYTES_PER_ELEMENT, this._isLE );
obuf[ SETTER ]( i * BYTES_PER_ELEMENT, v, this._isLE );
}

return out;
});

Expand Down

0 comments on commit 4f6ae97

Please sign in to comment.