From 79a1a1ce2cf37e486c627e228a0b47424c33a98e Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Thu, 18 Apr 2019 21:35:54 +0900 Subject: [PATCH] Insert a newline at EOF of CHANGELOG.md This commit fixes the folowing CI failure. ```console % bundle exec rake (snip) ==> Failures 1) RuboCop Project changelog has newline at end of file Failure/Error: expect(changelog.end_with?("\n")).to be true expected true got false # ./spec/project_spec.rb:91:in `block (3 levels) in ' # tasks/spec_runner.rake:67:in `run_worker' # tasks/spec_runner.rake:27:in `block in run_specs' # tasks/spec_runner.rake:41:in `with_encoding' # tasks/spec_runner.rake:25:in `run_specs' # tasks/spec_runner.rake:112:in `block in ' ``` https://circleci.com/gh/rubocop-hq/rubocop/48849 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8193b5f3f..f256ed38b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3951,4 +3951,4 @@ [@Blue-Pix]: https://github.com/Blue-Pix [@diachini]: https://github.com/diachini [@Mange]: https://github.com/Mange -[@jmanian]: https://github.com/jmanian \ No newline at end of file +[@jmanian]: https://github.com/jmanian