Skip to content

Commit 562a476

Browse files
authored
style: fix spacing
Signed-off-by: Athan <[email protected]>
1 parent db527e2 commit 562a476

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/dlast-index-of/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/dlast-index-of/lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ function dlastIndexOf( arrays ) {
7070
searchElement = ndarraylike2scalar( arrays[ 1 ] );
7171
fromIndex = ndarraylike2scalar( arrays[ 2 ] );
7272

73-
if (fromIndex < 0) {
74-
if (fromIndex >= -N) {
73+
if ( fromIndex < 0 ) {
74+
if ( fromIndex >= -N ) {
7575
fromIndex += N;
7676
} else {
7777
return -1;

0 commit comments

Comments
 (0)