Skip to content
Snippets Groups Projects
Commit 1308070e authored by Mike McQuaid's avatar Mike McQuaid
Browse files

pull: remove unused variable.

parent 2f4c02e1
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ module Homebrew
begin
changed_formulae << Formula[name]
# Make sure we catch syntax errors.
rescue Exception => e
rescue Exception
next
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment