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["*"]
end
def caveats; <<~EOS
To complete installation, add the following line to your shell's rc file:
source #{opt_prefix}/vf.sh
EOS
def caveats
<<~EOS
To complete installation, add the following line to your shell's rc file:
source #{opt_prefix}/vf.sh
EOS
end
test do