formula.rb [extend/Linux]: add missing comma
This commit is contained in:
parent
2ffb9fd0fc
commit
73495c4959
@ -9,7 +9,7 @@ class Formula
|
|||||||
|
|
||||||
undef allowed_missing_lib?
|
undef allowed_missing_lib?
|
||||||
def allowed_missing_lib?(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
|
# lib: Full path to the missing library
|
||||||
# Ex.: /home/linuxbrew/.linuxbrew/lib/libsomething.so.1
|
# Ex.: /home/linuxbrew/.linuxbrew/lib/libsomething.so.1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user