chore: convert FeeComponentsUnitTests.cc line endings to LF - #1693
chore: convert FeeComponentsUnitTests.cc line endings to LF#1693gargi-gif wants to merge 1 commit into
Conversation
Signed-off-by: gargi <gargich30@gmail.com>
|
Hey @gargi-gif 👋 thanks for the PR! This comment updates automatically as you push changes -- think of it as your PR's live scoreboard! PR Checks✅ DCO Sign-off -- All commits have valid sign-offs. Nice work! ✅ GPG Signature -- All commits have verified GPG signatures. Locked and loaded! ✅ Merge Conflicts -- No merge conflicts detected. Smooth sailing! ✅ Issue Link -- Linked to #1616 (assigned to you). 🎉 All checks passed! Your PR is ready for review. Great job! |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe FeeComponents unit test file was normalized from CRLF to LF line endings. Its test cases, assertions, expected values, and control flow remain unchanged. ChangesFeeComponents test normalization
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description:
Convert
FeeComponentsUnitTests.ccline endings from Windows-style (CRLF) to Unix-style (LF) to match the rest of the project and prevent spurious diffs.src/sdk/tests/unit/FeeComponentsUnitTests.ccRelated issue(s):
Fixes #1616
Notes for reviewer:
Converted the file using VS Code.
Note: I am developing on Windows, so I was unable to run the
linux-x64-debugCMake preset locally. I am relying on the CI/CD pipeline to verify the build and tests.Checklist
Summary by CodeRabbit