vf: fix RuboCop Style/TrailingBodyOnMethodDefinition.

master
Mike McQuaid 2020-03-14 19:46:05 +00:00
parent cb4425435e
commit 310d0148d2
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 5 additions and 4 deletions

View File

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