Skip to content

Commit 0597477

Browse files
committed
latexml: brew style --fix
Needed for Homebrew/brew#15136.
1 parent a4aa8dd commit 0597477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/latexml.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def install
244244
end
245245

246246
# Install runtime resources into libexec
247-
runtime_resources = resources.map(&:name).to_set - build_resources - ["File::Which"]
247+
runtime_resources = resources.to_set(&:name) - build_resources - ["File::Which"]
248248
runtime_resources.each do |r|
249249
resource(r).stage do
250250
perl_build(libexec)

0 commit comments

Comments
 (0)