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

Remove blank line from end of license report #105

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sellout
Copy link

@sellout sellout commented Aug 26, 2024

printInfo uses putStrLn, so it already has the requisite trailing newline. The extra putStrLn just adds an additional blank line.

Using a mix of automated diffing and manual editing to keep the license report current, this causes some issues, as editors often like to trim trailing blank lines (especially for text formats like Markdown), and that then plays havoc with the diffs.

`printInfo` uses `putStrLn`, so it already has the requisite trailing newline.
The extra `putStrLn` just adds an additional blank line.

Using a mix of automated diffing and manual editing to keep the license report
current, this causes some issues, as editors often like to trim trailing blank
lines (especially for text formats like Markdown), and that then plays havoc
with the diffs.
A small tidying of the generated Markdown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant