Skip to content

Commit 65adf8a

Browse files
committed
fix(manifest-json): resolve linting issues
--- 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: 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 1ba5734 commit 65adf8a

File tree

1 file changed

+2
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/arcsine/quantile

1 file changed

+2
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/arcsine/quantile/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@stdlib/math/base/assert/is-nan",
6161
"@stdlib/math/base/special/sin",
6262
"@stdlib/math/base/special/pow",
63-
"@stdlib/constants/float64/half-pi"
63+
"@stdlib/constants/float64/half-pi"
6464
]
6565
},
6666
{
@@ -82,5 +82,4 @@
8282
]
8383
}
8484
]
85-
}
86-
85+
}

0 commit comments

Comments
 (0)