coreutils: fix rubocop 0.65.0 style.
This commit is contained in:
parent
2701731869
commit
101bbea6fb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue