Skip to content

Commit f326581

Browse files
authored
style: add missing space
Signed-off-by: Athan <[email protected]>
1 parent b1829ab commit f326581

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/cuminabs/lib/accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function cuminabs( N, x, strideX, offsetX, y, strideY, offsetY ) {
7676
ix = offsetX;
7777
iy = offsetY;
7878

79-
min = abs( xget( xbuf, ix ));
79+
min = abs( xget( xbuf, ix ) );
8080
yset( ybuf, iy, min );
8181

8282
iy += strideY;

0 commit comments

Comments
 (0)