From 45d2d992435c50a4770e9eef00c4e666ae799a53 Mon Sep 17 00:00:00 2001 From: Kamyar Mohajerani Date: Thu, 21 Oct 2021 16:09:11 -0400 Subject: [PATCH] fix formatting --- Formula/verible.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/verible.rb b/Formula/verible.rb index b587400..a9dd9bc 100644 --- a/Formula/verible.rb +++ b/Formula/verible.rb @@ -31,9 +31,7 @@ def install --jobs=#{ENV.make_jobs} --compilation_mode=opt ] - if not OS.mac? or not Hardware::CPU.arm? - bazel_args << "--copt=-march=native" - end + bazel_args << "--copt=-march=native" if !OS.mac? || !Hardware::CPU.arm? system "bazel", "build", *bazel_args, "//..." system "bazel", "test", *bazel_args, "//..." system "bazel", "run", *bazel_args, "//:install", "--", bin.to_s