From 6e98593f422e2c174cb51822e35bba127fa1d4bc Mon Sep 17 00:00:00 2001 From: Danilo Tuler Date: Fri, 6 Sep 2024 01:07:22 -0400 Subject: [PATCH] style(cartesi): break long line --- Formula/cartesi.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/cartesi.rb b/Formula/cartesi.rb index 932cd3f..6f3eb79 100644 --- a/Formula/cartesi.rb +++ b/Formula/cartesi.rb @@ -18,7 +18,8 @@ def install bin.install_symlink Dir["#{libexec}/bin/*"] # use node installed by the "node" formula instead of the PATH one - inreplace libexec/"lib/node_modules/@cartesi/cli/bin/run.js", "#!/usr/bin/env node", "#!#{Formula["node"].opt_bin}/node" + inreplace libexec/"lib/node_modules/@cartesi/cli/bin/run.js", "#!/usr/bin/env node", + "#!#{Formula["node"].opt_bin}/node" end test do