Skip to content

Commit 26a65fa

Browse files
committed
fix: oversight :/
--- 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: passed - 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 6faca94 commit 26a65fa

File tree

1 file changed

+2
-4
lines changed
  • lib/node_modules/@stdlib/ndarray/base/some-by/lib

1 file changed

+2
-4
lines changed

lib/node_modules/@stdlib/ndarray/base/some-by/lib/main.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ var SOME = [
8080
some7d,
8181
some8d,
8282
some9d,
83-
some10d,
84-
somend
83+
some10d
8584
];
8685
var ACCESSOR_SOME = [
8786
accessorsome0d,
@@ -94,8 +93,7 @@ var ACCESSOR_SOME = [
9493
accessorsome7d,
9594
accessorsome8d,
9695
accessorsome9d,
97-
accessorsome10d,
98-
accessorsomend
96+
accessorsome10d
9997
];
10098
var BLOCKED_SOME = [
10199
blockedsome2d, // 0

0 commit comments

Comments
 (0)