From 8f2b5687757c8e17414e041897bf67351deeb43b Mon Sep 17 00:00:00 2001 From: arya rizky Date: Mon, 18 May 2026 15:23:11 +0700 Subject: [PATCH] chore: fix EditorConfig lint errors (issue #12184) --- .../base/slice-assign/examples/index.js | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) 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 ] + ] + ] */