Skip to content

Commit 3126455

Browse files
committed
Rubocop removing redundant sort
1 parent c22d5b9 commit 3126455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet-lint/plugins.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def gem_directories
7575
end
7676
end
7777

78-
Dir[File.expand_path('plugins/**/*.rb', File.dirname(__FILE__))].sort.each do |file|
78+
Dir[File.expand_path('plugins/**/*.rb', File.dirname(__FILE__))].each do |file|
7979
require file
8080
end
8181

0 commit comments

Comments
 (0)