We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6cb8e commit 57592a3Copy full SHA for 57592a3
lib/node_modules/@stdlib/ndarray/base/strides/lib/main.js
@@ -49,7 +49,7 @@ function strides( x, copy ) {
49
var sh;
50
var st;
51
52
- st= x.strides;
+ st = x.strides;
53
if ( typeof st !== 'object' || st === null ) {
54
sh = x.shape;
55
if ( sh.length === 0 ) {
0 commit comments