Skip to content

Commit c6d840b

Browse files
chore: fix EditorConfig lint errors (issue #8699)
1 parent 6881387 commit c6d840b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/scaffold/math-strided-unary/scripts

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test_desc=${TEST_DESC:-'evaluates the Dirac delta function for each element'}
5656
# Define a list of keywords:
5757
if [[ -z "${KEYWORDS:-}" ]]; then
5858
keywords=(
59-
"stdmath"
59+
"stdmath"
6060
"mathematics"
6161
"math"
6262
"dirac"

0 commit comments

Comments
 (0)