Closed ASANIYAN closed 4 weeks ago
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
Run npm run prettier:check
> prettier:check
> prettier --check --ignore-unknown .
Checking formatting...
[warn] lib/utils.ts
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
Error: Process completed with exit code 1.
@ahaapple I tried everything locally and it works fine.
Any idea how I can fix this?
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀
@ASANIYAN I will update the script, thanks.
Pull Request for Memfree
Description
This pull request addresses formatting inconsistencies by applying a Prettier fix to ensure consistent code style throughout the project. No functional changes were made; this PR solely addresses code formatting issues identified after the previous merge.
Related Issue
Changes Made
How to Test
Screenshots (if applicable)
Not applicable, as this PR only addresses code formatting.
Checklist
Additional Information
This PR does not introduce new features or bug fixes, focusing solely on code styling through Prettier.