Skip to content

Commit 64cd157

Browse files
authored
style: fix spacing
Signed-off-by: Athan <[email protected]>
1 parent 0632e20 commit 64cd157

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/range-by/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/range-by/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var ndarray = require( './ndarray.js' );
4747
* // returns 18.0
4848
*/
4949
function rangeBy( N, x, strideX, clbk, thisArg ) {
50-
return ndarray(N, x, strideX, stride2offset(N, strideX), clbk, thisArg);
50+
return ndarray( N, x, strideX, stride2offset( N, strideX ), clbk, thisArg );
5151
}
5252

5353

0 commit comments

Comments
 (0)