Skip to content

Commit 0b3e413

Browse files
chore: fix EditorConfig lint errors
Signed-off-by: Lalit Narayan Yadav <[email protected]>
1 parent d0ed9d9 commit 0b3e413

File tree

1 file changed

+20
-20
lines changed
  • lib/node_modules/@stdlib/_tools/scaffold/math-strided-binary-by/scripts

1 file changed

+20
-20
lines changed

lib/node_modules/@stdlib/_tools/scaffold/math-strided-binary-by/scripts/scaffold.sh

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -267,30 +267,30 @@ expected_len_3_xm2_y1_z1=(
267267

268268
# Define the list of scaffold directories:
269269
dirs=(
270-
"benchmark"
271-
"docs"
272-
"docs/types"
273-
"examples"
274-
"lib"
275-
"test"
270+
"benchmark"
271+
"docs"
272+
"docs/types"
273+
"examples"
274+
"lib"
275+
"test"
276276
)
277277

278278
# Define the list of scaffold files:
279279
files=(
280-
"benchmark/benchmark.js"
281-
"benchmark/benchmark.ndarray.js"
282-
"docs/types/index.d.ts"
283-
"docs/types/test.ts"
284-
"docs/repl.txt"
285-
"examples/index.js"
286-
"lib/index.js"
287-
"lib/main.js"
288-
"lib/ndarray.js"
289-
"test/test.js"
290-
"test/test.main.js"
291-
"test/test.ndarray.js"
292-
"package.json"
293-
"README.md"
280+
"benchmark/benchmark.js"
281+
"benchmark/benchmark.ndarray.js"
282+
"docs/types/index.d.ts"
283+
"docs/types/test.ts"
284+
"docs/repl.txt"
285+
"examples/index.js"
286+
"lib/index.js"
287+
"lib/main.js"
288+
"lib/ndarray.js"
289+
"test/test.js"
290+
"test/test.main.js"
291+
"test/test.ndarray.js"
292+
"package.json"
293+
"README.md"
294294
)
295295

296296
# Create the destination directories...

0 commit comments

Comments
 (0)