gtk-mac-integration: fix rubocop warnings.

This commit is contained in:
Mike McQuaid 2017-05-28 17:57:05 +01:00
parent 188a33c8d2
commit 8f9f63ec00

View file

@ -27,7 +27,7 @@ class GtkMacIntegration < Formula
--enable-introspection=yes
]
args << ((build.without? "gtk+3") ? "--without-gtk3" : "--with-gtk3")
args << (build.without?("gtk+3") ? "--without-gtk3" : "--with-gtk3")
system "./configure", *args
system "make", "install"
end