Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Apr 23, 2024
1 parent 567e2c4 commit 4db9040
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/reth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ class Reth < Formula

def install
if Hardware::CPU.intel?
cd "bin/reth" do
system "cargo", "install", "--bin", "reth", "--profile", "maxperf", "--features", "jemalloc", *std_cargo_args
end
cd "bin/reth" do
system "cargo", "install", "--bin", "reth", "--profile", "maxperf", "--features", "jemalloc", *std_cargo_args
end
else
cd "bin/reth" do
system "cargo", "install", "--bin", "reth", "--profile", "maxperf", *std_cargo_args
end
cd "bin/reth" do
system "cargo", "install", "--bin", "reth", "--profile", "maxperf", *std_cargo_args
end
end
end

Expand Down

0 comments on commit 4db9040

Please sign in to comment.