[Dangerfile] Strip trailing whitespace

parent 76dca9be
# Don't let testing shortcuts get into master by accident, # Don't let testing shortcuts get into master by accident,
# ensuring that we don't get green builds based on a subset of tests # ensuring that we don't get green builds based on a subset of tests
(git.modified_files + git.added_files - %w(Dangerfile)).each do |file| (git.modified_files + git.added_files - %w(Dangerfile)).each do |file|
next unless File.file?(file) next unless File.file?(file)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment