sorbet/files.yaml: Preserve newline at EOF
This commit is contained in:
parent
5b70d1b508
commit
7ecb73f9da
@ -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?
|
||||
|
||||
@ -963,4 +963,4 @@ strict:
|
||||
- ./requirements.rb
|
||||
- ./requirements/osxfuse_requirement.rb
|
||||
- ./rubocops.rb
|
||||
- ./rubocops/rubocop-cask.rb
|
||||
- ./rubocops/rubocop-cask.rb
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user