vf: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
cb4425435e
commit
310d0148d2
|
@ -13,10 +13,11 @@ class Vf < Formula
|
||||||
prefix.install Dir["*"]
|
prefix.install Dir["*"]
|
||||||
end
|
end
|
||||||
|
|
||||||
def caveats; <<~EOS
|
def caveats
|
||||||
To complete installation, add the following line to your shell's rc file:
|
<<~EOS
|
||||||
source #{opt_prefix}/vf.sh
|
To complete installation, add the following line to your shell's rc file:
|
||||||
EOS
|
source #{opt_prefix}/vf.sh
|
||||||
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
|
|
Loading…
Reference in New Issue