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

Fix ensure_single_trailing_newline() on macs. #16835

Merged
merged 1 commit into from
Apr 7, 2024

Commits on Apr 3, 2024

  1. Fix ensure_single_trailing_newline() on macs.

    I'm not sure exactly why mac's version of sed produces different output here but
    it is easy enough to use something simpler. Just check if the last character is
    a newline: if not, then append a newline character.
    drwells committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a376c34 View commit details
    Browse the repository at this point in the history