slimerjs: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
dc70cc7d72
commit
c395753c90
|
@ -16,10 +16,11 @@ class Slimerjs < Formula
|
|||
bin.install_symlink libexec/"slimerjs"
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
The configuration file was installed in:
|
||||
#{libexec}/application.ini
|
||||
EOS
|
||||
def caveats
|
||||
<<~EOS
|
||||
The configuration file was installed in:
|
||||
#{libexec}/application.ini
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in New Issue