Skip to content

Commit f1afdc1

Browse files
committed
fix: resolve lint errors
1 parent 5cbf955 commit f1afdc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/blas/base/icamax/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ function main() {
102102
}
103103
}
104104

105-
main();
105+
main();

lib/node_modules/@stdlib/blas/base/icamax/benchmark/benchmark.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ function main() {
102102
}
103103
}
104104

105-
main();
105+
main();

lib/node_modules/@stdlib/blas/base/icamax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
"complex",
7272
"complex64array"
7373
]
74-
}
74+
}

0 commit comments

Comments
 (0)