From cd1f761668e6fcf911dc828d1c0b1a281a37d3a3 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 1 Sep 2016 16:39:05 +0100 Subject: [PATCH] docs: add missing --- Library/Homebrew/build_options.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/build_options.rb b/Library/Homebrew/build_options.rb index 6be4a18b5c..6af3220eb8 100644 --- a/Library/Homebrew/build_options.rb +++ b/Library/Homebrew/build_options.rb @@ -38,7 +38,7 @@ class BuildOptions end # True if a {Formula} is being built without a specific option. - #
args << "--no-spam-plz" if build.without? "spam"
+  # 
args << "--no-spam-plz" if build.without? "spam"
def without?(val) !with?(val) end