bento4: fix rubocop 0.65.0 style.

This commit is contained in:
Mike McQuaid 2019-02-19 13:28:09 +00:00
parent 0d824b0c75
commit 3181202fdc

View file

@ -25,6 +25,7 @@ class Bento4 < Formula
programs = Dir["build/Release/*"].select do |f|
next if f.end_with? ".dylib"
next if f.end_with? "Test"
File.file?(f) && File.executable?(f)
end
bin.install programs