Skip to content

Fix: Correctly Apply 2-Space Indentation in manifest.json Files #6119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

ahamed-ali-git
Copy link

@ahamed-ali-git ahamed-ali-git commented Mar 17, 2025

Resolves #5788 .

Description

This PR addresses an indentation issue in the following manifest.json files:

lib/node_modules/@stdlib/math/base/special/rsqrt/manifest.json
lib/node_modules/@stdlib/ndarray/base/strides2offset/manifest.json

This pull request:

  • Corrects inconsistent indentation by applying 2-space formatting across both JSON files
  • Ensures there are no tab characters or mixed indentation
  • Improves readability and consistency with the project's formatting guidelines

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Needs Review A pull request which needs code review. Good First PR A pull request resolving a Good First Issue. labels Mar 17, 2025
@stdlib-bot
Copy link
Contributor

Coverage Report

Package Statements Branches Functions Lines
math/base/special/rsqrt $\color{green}186/186$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}186/186$
$\color{green}+100.00\%$
ndarray/base/strides2offset $\color{green}99/99$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}99/99$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

@ahamed-ali-git
Copy link
Author

ahamed-ali-git commented Mar 17, 2025

@kgryte check this it resolves the issue #5788

@kgryte kgryte added Duplicate This issue or pull request already exists. Invalid Invalid question, issue, or pull request. and removed Needs Review A pull request which needs code review. labels Mar 17, 2025
@kgryte
Copy link
Member

kgryte commented Mar 17, 2025

@ahamed-ali-git Please stop opening duplicate PRs. You should be updating the files in your existing PR: #5830.

@kgryte kgryte closed this Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate This issue or pull request already exists. First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Good First PR A pull request resolving a Good First Issue. Invalid Invalid question, issue, or pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Address commit comments (commit a1e8f03)
3 participants