Skip to content
Snippets Groups Projects
Commit 73495c49 authored by Maxim Belkin's avatar Maxim Belkin
Browse files

formula.rb [extend/Linux]: add missing comma

parent 2ffb9fd0
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ class Formula
undef allowed_missing_lib?
def allowed_missing_lib?(lib)
raise TypeError "Library must be a string; got a #{lib.class} (#{lib})" unless lib.is_a? String
raise TypeError, "Library must be a string; got a #{lib.class} (#{lib})" unless lib.is_a? String
# lib: Full path to the missing library
# Ex.: /home/linuxbrew/.linuxbrew/lib/libsomething.so.1
......
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