Skip to content

Commit 76a3bc5

Browse files
committed
Fix spacing
1 parent 9bf0ef5 commit 76a3bc5

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/prepend-singleton-dimensions/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/prepend-singleton-dimensions/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ tape( 'if provided a writable array, the function returns a writable array (base
122122
var x;
123123
var y;
124124

125-
x = ndarray( 'generic', [ 1, 2, 3, 4], [ 2, 1, 2 ], [ 2, 2, 1 ], 0, 'row-major' );
125+
x = ndarray( 'generic', [ 1, 2, 3, 4 ], [ 2, 1, 2 ], [ 2, 2, 1 ], 0, 'row-major' );
126126
y = prependSingletonDimensions( x, 4 );
127127

128128
t.notEqual( y, x, 'returns expected value' );

0 commit comments

Comments
 (0)