Commit 55950cc
authored
fix(coins): uncomment pragma (#1348)
## Description
Fixed a formatting issue in the license comment section of BaseCoin.sol where the pragma solidity statement was incorrectly merged with the license URL. This change properly separates the license URL and the pragma statement onto separate lines.
## Motivation and Context
This fix ensures proper syntax highlighting and compiler interpretation of the pragma statement, which was previously part of the license comment. The incorrect formatting could potentially cause confusion for developers and issues with tooling that parses Solidity files.
## Does this change the ABI/API?
- [ ] This changes the ABI/API
## What tests did you add/modify to account for these changes
No additional tests were needed as this is a formatting fix that doesn't affect functionality.
## Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New module / feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
## Checklist:
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I added a changeset to account for this change
## Reviewer Checklist:
- [ ] My review includes a symposis of the changes and potential issues
- [ ] The code style is enforced
- [ ] There are no risky / concerning changes / additions to the PR1 parent 1f4aa08 commit 55950cc
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments