sorbet/files.yaml: Preserve newline at EOF

This commit is contained in:
Issy Long 2020-09-18 14:59:04 +01:00
parent 5b70d1b508
commit 7ecb73f9da
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ module Homebrew
end
end
File.write(SORBET_FILES_YAML, lines_to_keep.join("\n"))
File.write(SORBET_FILES_YAML, "#{lines_to_keep.join("\n")}\n")
end
if args.update_definitions?

View File

@ -963,4 +963,4 @@ strict:
- ./requirements.rb
- ./requirements/osxfuse_requirement.rb
- ./rubocops.rb
- ./rubocops/rubocop-cask.rb
- ./rubocops/rubocop-cask.rb