solidity-flattener
solidity-flattener copied to clipboard
Replacing single CR occurencies in compiler output
env:
- Windows 10
- Python 3.6.3
- Solc 0.4.18+commit.9cf6e910.Windows.msvc
Actual behavior: Produced output contains single CR occurrences:
Additional CRs adding new lines to the code.
Expected behavior: Produced code does not contain additional line breaks. All line breaks are correct to the current OS.