Skip to content

Commit 57592a3

Browse files
committed
style: add missing space
1 parent bc6cb8e commit 57592a3

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/strides/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/strides/lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function strides( x, copy ) {
4949
var sh;
5050
var st;
5151

52-
st= x.strides;
52+
st = x.strides;
5353
if ( typeof st !== 'object' || st === null ) {
5454
sh = x.shape;
5555
if ( sh.length === 0 ) {

0 commit comments

Comments
 (0)