BlockCatIO / solidity-flattener

A python utility to flatten Solidity code with imports into a single file.
MIT License
267 stars 98 forks source link

Replacing single CR occurencies in compiler output #7

Closed zaytsevand closed 1 year ago

zaytsevand commented 6 years ago

env:

Actual behavior: Produced output contains single CR occurrences: image 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.