Skip to content

Commit 546f9ba

Browse files
chore: fix EditorConfig lint errors
PR-URL: #8717 Closes: #8699 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 57d4088 commit 546f9ba

File tree

1 file changed

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

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ 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"
60-
"mathematics"
61-
"math"
62-
"dirac"
63-
"delta"
64-
"distribution"
65-
"dist"
66-
"continuous"
67-
"kronecker"
68-
"spike"
69-
"impulse"
59+
"stdmath"
60+
"mathematics"
61+
"math"
62+
"dirac"
63+
"delta"
64+
"distribution"
65+
"dist"
66+
"continuous"
67+
"kronecker"
68+
"spike"
69+
"impulse"
7070
)
7171
else
7272
IFS=','; read -ra keywords <<< "${KEYWORDS}"; IFS=' ';

0 commit comments

Comments
 (0)