Skip to content

Commit 433aa1a

Browse files
kgryteShabiShett07
authored andcommitted
style: align comments
--- 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: passed - task: lint_javascript_benchmarks status: na - 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 --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: passed ---
1 parent 75326d6 commit 433aa1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/stats/base/dmaxsorted/test/test.ndarray.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ tape( 'the function supports a `stride` parameter', function test( t ) {
125125
2.0,
126126
2.0, // 1
127127
-7.0,
128-
3.0, // 2
128+
3.0, // 2
129129
3.0,
130130
4.0, // 3
131131
2.0
@@ -148,7 +148,7 @@ tape( 'the function supports a negative `stride` parameter', function test( t )
148148
2.0,
149149
2.0, // 2
150150
-7.0,
151-
3.0, // 1
151+
3.0, // 1
152152
3.0,
153153
4.0, // 0
154154
2.0

lib/node_modules/@stdlib/stats/base/dmaxsorted/test/test.ndarray.native.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ tape( 'the function supports a `stride` parameter', opts, function test( t ) {
134134
2.0,
135135
2.0, // 1
136136
-7.0,
137-
3.0, // 2
137+
3.0, // 2
138138
3.0,
139139
4.0, // 3
140140
2.0
@@ -157,7 +157,7 @@ tape( 'the function supports a negative `stride` parameter', opts, function test
157157
2.0,
158158
2.0, // 2
159159
-7.0,
160-
3.0, // 1
160+
3.0, // 1
161161
3.0,
162162
4.0, // 0
163163
2.0

0 commit comments

Comments
 (0)