subversion@1.8: fix RuboCop Style/TrailingBodyOnMethodDefinition.

master
Mike McQuaid 2020-03-14 19:45:56 +00:00
parent 78f0b9881b
commit d259c3e244
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 5 additions and 4 deletions

View File

@ -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