tomee-plus: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
d08734fa42
commit
7c5d08a7c2
|
@ -19,7 +19,8 @@ class TomeePlus < Formula
|
|||
bin.install_symlink "#{libexec}/bin/startup.sh" => "tomee-plus-startup"
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
def caveats
|
||||
<<~EOS
|
||||
The home of Apache TomEE Plus is:
|
||||
#{opt_libexec}
|
||||
To run Apache TomEE:
|
||||
|
|
Loading…
Reference in New Issue