Skip to content

Commit a706d47

Browse files
committed
chore: clean-up
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: passed - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 4b674f2 commit a706d47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ function createBenchmark( N ) {
8585
* @private
8686
*/
8787
function main() {
88-
var N;
8988
var min;
9089
var max;
90+
var N;
9191
var f;
9292
var i;
9393

lib/node_modules/@stdlib/blas/base/dspr/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ function createBenchmark( N ) {
9090
* @private
9191
*/
9292
function main() {
93-
var N;
9493
var min;
9594
var max;
95+
var N;
9696
var f;
9797
var i;
9898

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ function createBenchmark( N ) {
8585
* @private
8686
*/
8787
function main() {
88-
var N;
8988
var min;
9089
var max;
90+
var N;
9191
var f;
9292
var i;
9393

lib/node_modules/@stdlib/blas/base/dspr/benchmark/benchmark.ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ function createBenchmark( N ) {
9090
* @private
9191
*/
9292
function main() {
93-
var N;
9493
var min;
9594
var max;
95+
var N;
9696
var f;
9797
var i;
9898

0 commit comments

Comments
 (0)