-
-
Notifications
You must be signed in to change notification settings - Fork 808
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
chore: fix C lint errors (issue #6238) #6245
Conversation
Signed-off-by: MANI <[email protected]>
Coverage Report
The above coverage report was generated for the changes in this PR. |
@@ -48,17 +48,17 @@ | |||
napi_env env, \ | |||
napi_value exports \ | |||
) { \ | |||
napi_value fcn; \ | |||
napi_value fcn_val; \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
napi_value fcn_val; \ | |
napi_value f; \ |
Thanks @Eternity0207 for pointing this out and fixing it! Much appreciated. Could you please make this change here and elsewhere as well?
Note: The backslashes need to be aligned accordingly.
PR-URL: #6481 Closes: #6238 Ref: #6245 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Athan Reines <[email protected]>
Ref: #6481 |
Thank you for working on this pull request. However, we cannot accept your contribution as the issue this pull request seeks to resolve has already been addressed in a different pull request or commit. Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
Resolves #6238.
Description
This pull request:
• Fixes the following issue
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers