coreutils: fix rubocop 0.65.0 style.

This commit is contained in:
Mike McQuaid 2019-02-19 13:28:09 +00:00
parent 2701731869
commit 101bbea6fb

View file

@ -90,6 +90,7 @@ class Coreutils < Formula
filenames = []
dir.find do |path|
next if path.directory? || path.basename.to_s == ".DS_Store"
filenames << path.basename.to_s.sub(/^g/, "")
end
filenames.sort