Skip to content
Snippets Groups Projects
Commit 33e00b7f authored by Jack Nagel's avatar Jack Nagel
Browse files

Style nit

parent a78ae631
No related branches found
No related tags found
No related merge requests found
......@@ -326,8 +326,8 @@ class Formula
def self.each
names.each do |name|
yield begin
Formula.factory(name)
begin
yield Formula.factory(name)
rescue
# Don't let one broken formula break commands. But do complain.
onoe "Failed to import: #{name}"
......
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