Skip to content

Commit e5d7c69

Browse files
authored
remove redundant sort
1 parent d771147 commit e5d7c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ end
1111
task default: :test
1212

1313
path = File.expand_path(__dir__)
14-
Dir.glob("#{path}/lib/diffcrypt/tasks/**/*.rake").sort.each { |f| load f }
14+
Dir.glob("#{path}/lib/diffcrypt/tasks/**/*.rake").each { |f| load f }

0 commit comments

Comments
 (0)