solidity-flattener icon indicating copy to clipboard operation
solidity-flattener copied to clipboard

Replacing single CR occurencies in compiler output

Open zaytsevand opened this issue 7 years ago • 0 comments

env:

  • Windows 10
  • Python 3.6.3
  • Solc 0.4.18+commit.9cf6e910.Windows.msvc

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.

zaytsevand avatar Dec 01 '17 16:12 zaytsevand