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

ip lists: ensure file end with a \n #12

Merged
merged 1 commit into from
Oct 18, 2019
Merged

ip lists: ensure file end with a \n #12

merged 1 commit into from
Oct 18, 2019

Conversation

bastelfreak
Copy link
Member

Without this change, the files will not contain a \n after the last
element. This makes the diff ugly if a new entry is added. Also an
editor might add the newline if the file will be opened. Afterwards
puppet removes it again.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Without this change, the files will not contain a `\n` after the last
element. This makes the diff ugly if a new entry is added. Also an
editor might add the newline if the file will be opened. Afterwards
puppet removes it again.
@bastelfreak bastelfreak added the enhancement New feature or request label Oct 18, 2019
@bastelfreak bastelfreak self-assigned this Oct 18, 2019
@bastelfreak bastelfreak merged commit c636838 into master Oct 18, 2019
@bastelfreak bastelfreak deleted the erbfoo branch October 18, 2019 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants