From 73495c4959fb614f7cb434b482599fb8821fb824 Mon Sep 17 00:00:00 2001 From: Maxim Belkin Date: Tue, 21 Jul 2020 15:47:59 +0000 Subject: [PATCH] formula.rb [extend/Linux]: add missing comma --- Library/Homebrew/extend/os/linux/formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/extend/os/linux/formula.rb b/Library/Homebrew/extend/os/linux/formula.rb index 7419609e8f..f060c1590d 100644 --- a/Library/Homebrew/extend/os/linux/formula.rb +++ b/Library/Homebrew/extend/os/linux/formula.rb @@ -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