style: add missing spaces - #14201
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013h4HJcwR26t7SJGpuzB7rt
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013h4HJcwR26t7SJGpuzB7rt
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013h4HJcwR26t7SJGpuzB7rt
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
kgryte
approved these changes
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Follow-up fixes for commits merged to
developbetween 2026-08-11 16:39 PT (99b2dea) and 2026-08-12 01:35 PT (6e66cf0).This pull request:
blas/ext/base/ndarray/ccopy-within: fix indentation inblas/ext/base/ndarray/ccopy-within's.d.ts@exampleblocks: the'dtype'lines are 4-space indented, one space short of the repo convention — same issue already fixed at the namespace level in 7026843, just missed here (from ba1e337). Re-indents the 4 lines to 5 spaces to matchscopy-withinand sibling packages.blas/ext/base/ndarray/zcopy-within: fixzcopy-withintypes example indentation to 5 spaces;blas/ext/base/ndarray/zcopy-within/docs/types/index.d.ts('dtype'lines) missed the 5-space convention applied to the namespace declarations in 7026843 (from 6dbb82e). Re-indents all four occurrences to matchscopy-withinand the rest of the tree.stats/base/dists/arcsine/logcdf: fixexpected[i]→expected[ i ]in the six lines added by 99b2dea for the arcsinelogcdfULP migration, intest/test.factory.jsandtest/test.logcdf.js(3 lines each); leaves the untouched unspaced lines alone, matching every other ULP migration in this window.Related Issues
No.
Questions
No.
Other
Validation performed on the 40-commit window:
docs/style-guidesand established sibling packages (newblas/ext/base/ndarraypackages compared againstscopy-within,dfill-equal,sfirst-index-equal,dindex-of-falsy, etc.).Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was authored by Claude Code as part of a scheduled automated review of commits recently merged to
develop; all fixes were machine-proposed, cross-verified against the style guide and sibling packages, and are pending human audit (hence the draft state).🤖 Generated with Claude Code
https://claude.ai/code/session_013h4HJcwR26t7SJGpuzB7rt
Generated by Claude Code