From 7ae3394a304afb30cdd0f08cc9a90485af35faed Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 28 May 2017 17:57:07 +0100 Subject: [PATCH] pike: fix rubocop warnings. --- Formula/pike.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/pike.rb b/Formula/pike.rb index 869a77d12d..d4d08f3785 100644 --- a/Formula/pike.rb +++ b/Formula/pike.rb @@ -51,9 +51,7 @@ class Pike < Formula args << "--with-abi=32" end - if build.without? "machine-code" - args << "--without-machine-code" - end + args << "--without-machine-code" if build.without? "machine-code" ENV.deparallelize