Skip to content

Commit 96fcb62

Browse files
committed
fix: lint errors
1 parent 5f89de6 commit 96fcb62

File tree

1 file changed

+5
-5
lines changed
  • lib/node_modules/@stdlib/array/base/broadcasted-quaternary4d/examples

1 file changed

+5
-5
lines changed

lib/node_modules/@stdlib/array/base/broadcasted-quaternary4d/examples/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ var add = require( '@stdlib/math/base/ops/add4' );
2525
var bquaternary4d = require( './../lib' );
2626

2727
var shapes = [
28-
[ 1, 1, 3, 1 ],
29-
[ 3, 1, 1, 1 ],
30-
[ 1, 1, 1, 3 ],
31-
[ 1, 3, 1, 1 ],
32-
[ 3, 3, 3, 3 ]
28+
[ 1, 1, 3, 1 ],
29+
[ 3, 1, 1, 1 ],
30+
[ 1, 1, 1, 3 ],
31+
[ 1, 3, 1, 1 ],
32+
[ 3, 3, 3, 3 ]
3333
];
3434

3535
var x = filled4dBy( shapes[ 0 ], discreteUniform( -100, 100 ) );

0 commit comments

Comments
 (0)