Tiny whitespace detail [ci skip]

This commit is contained in:
Olle Jonsson 2017-09-10 11:55:49 +02:00 committed by GitHub
parent 87f65faffc
commit 519cd5b136

View File

@ -24,7 +24,7 @@ module GitHubChangelogGenerator
credit_line = "\n\n\\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*"
log.gsub!(credit_line, "") # Remove old credit lines
log += credit_line
@log = log
end