Skip to content

Commit 5ec53f8

Browse files
committed
ndenv: brew style --fix
Needed for Homebrew/brew#15136.
1 parent 0597477 commit 5ec53f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/ndenv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Ndenv < Formula
2323
def install
2424
inreplace "libexec/ndenv" do |s|
2525
if HOMEBREW_PREFIX.to_s != "/usr/local"
26-
s.gsub! ":/usr/local/etc/ndenv.d", \
26+
s.gsub! ":/usr/local/etc/ndenv.d",
2727
":#{HOMEBREW_PREFIX}/etc/ndenv.d\\0"
2828
end
2929
end

0 commit comments

Comments
 (0)