-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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(ctb): fmt #8537
chore(ctb): fmt #8537
Conversation
WalkthroughThe changes across various Solidity smart contracts are primarily cosmetic, focusing on code formatting and readability improvements. They involve condensing multi-line statements into single lines, adjusting spacing, and reformatting object instantiations and constructor calls. These alterations do not impact the logic or functionality of the contracts but enhance clarity and maintainability. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ? TipsChat with CodeRabbit Bot (
|
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
0dc7c4c
to
2a5bb07
Compare
cafa109
to
72b48c4
Compare
Why is it that tests are only affected? |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #8537 +/- ##
===========================================
- Coverage 34.64% 34.60% -0.05%
===========================================
Files 167 167
Lines 7155 7155
Branches 1209 1209
===========================================
- Hits 2479 2476 -3
- Misses 4525 4530 +5
+ Partials 151 149 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Overview
We're currently on an old version of forge with a bug in
forge fmt
. Formats the tests.