Merge pull request #8765 from issyl0/sorbet-files-yaml-preserve-newline-at-eof
sorbet/files.yaml: Preserve newline at EOF
This commit is contained in:
commit
cc04f3de07
@ -54,7 +54,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
File.write(SORBET_FILES_YAML, lines_to_keep.join("\n"))
|
File.write(SORBET_FILES_YAML, "#{lines_to_keep.join("\n")}\n")
|
||||||
end
|
end
|
||||||
|
|
||||||
if args.update_definitions?
|
if args.update_definitions?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user