subversion@1.8: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
78f0b9881b
commit
d259c3e244
|
@ -112,10 +112,11 @@ class SubversionAT18 < Formula
|
|||
system "make", "install-tools"
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
svntools have been installed to:
|
||||
#{opt_libexec}
|
||||
EOS
|
||||
def caveats
|
||||
<<~EOS
|
||||
svntools have been installed to:
|
||||
#{opt_libexec}
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in New Issue