diff --git a/lib/node_modules/@stdlib/ndarray/base/slice-assign/examples/index.js b/lib/node_modules/@stdlib/ndarray/base/slice-assign/examples/index.js index e8787b71bd6a..47efce320d0a 100644 --- a/lib/node_modules/@stdlib/ndarray/base/slice-assign/examples/index.js +++ b/lib/node_modules/@stdlib/ndarray/base/slice-assign/examples/index.js @@ -75,21 +75,21 @@ console.log( a5 ); var a6 = ndarray2array( y ); console.log( a6 ); /* => - [ - [ - [ 100, 500, 100 ], - [ 400, 500, 400 ], - [ 100, 500, 100 ] - ], - [ - [ 200, 500, 200 ], - [ 400, 500, 400 ], - [ 200, 500, 200 ] - ], - [ - [ 300, 500, 300 ], - [ 400, 500, 400 ], - [ 300, 500, 300 ] - ] - ] + [ + [ + [ 100, 500, 100 ], + [ 400, 500, 400 ], + [ 100, 500, 100 ] + ], + [ + [ 200, 500, 200 ], + [ 400, 500, 400 ], + [ 200, 500, 200 ] + ], + [ + [ 300, 500, 300 ], + [ 400, 500, 400 ], + [ 300, 500, 300 ] + ] + ] */