Skip to content
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

build: fix line length off by one error #24748

Closed
wants to merge 2 commits into from

Commits on Nov 30, 2018

  1. build: fix line length off by one error

    While running the test suite the progress bar shows former line
    endings if the new line is shorter than the former line. The length
    was calculated without the line ending. It is now an empty string
    to prevent the off by one error instead of using extra whitespace.
    BridgeAR committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    1753aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b56ab0 View commit details
    Browse the repository at this point in the history