Skip to content

Commit c86f3f7

Browse files
committed
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 ---
1 parent 308244a commit c86f3f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/lapack/base/zlacgv/test/test.ndarray.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ tape( 'the function conjugates elements in a strided array', function test( t )
6161
zlacgv( 4, zx, 1, 0 );
6262

6363
expected = new Complex128Array([
64-
0.3, // 1
64+
0.3, // 1
6565
-0.1, // 1
66-
0.5, // 2
66+
0.5, // 2
6767
-0.0, // 2
68-
0.0, // 3
68+
0.0, // 3
6969
-0.5, // 3
70-
0.0, // 4
70+
0.0, // 4
7171
-0.2, // 4
7272
2.0,
7373
3.0,

0 commit comments

Comments
 (0)