Skip to content

Commit 042646e

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

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ desc_link_text=${DESC_LINK_TEXT:-'addition'}
6868
# Define a list of keywords:
6969
if [[ -z "${KEYWORDS:-}" ]]; then
7070
keywords=(
71-
"stdmath"
72-
"mathematics"
73-
"math"
74-
"add"
75-
"sum"
76-
"addition"
77-
"arithmetic"
78-
"summation"
71+
"stdmath"
72+
"mathematics"
73+
"math"
74+
"add"
75+
"sum"
76+
"addition"
77+
"arithmetic"
78+
"summation"
7979
)
8080
else
8181
IFS=','; read -ra keywords <<< "${KEYWORDS}"; IFS=' ';

0 commit comments

Comments
 (0)