Skip to content

Commit 0d3639e

Browse files
authored
style: use tabs instead of spaces
Signed-off-by: Athan <kgryte@gmail.com>
1 parent c6d840b commit 0d3639e

File tree

1 file changed

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

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ test_desc=${TEST_DESC:-'evaluates the Dirac delta function for each element'}
5757
if [[ -z "${KEYWORDS:-}" ]]; then
5858
keywords=(
5959
"stdmath"
60-
"mathematics"
61-
"math"
62-
"dirac"
63-
"delta"
64-
"distribution"
65-
"dist"
66-
"continuous"
67-
"kronecker"
68-
"spike"
69-
"impulse"
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)