opam: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
57953a8956
commit
6bd023b3ac
|
@ -28,7 +28,8 @@ class Opam < Formula
|
|||
zsh_completion.install "src/state/shellscripts/complete.zsh" => "_opam"
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
def caveats
|
||||
<<~EOS
|
||||
OPAM uses ~/.opam by default for its package database, so you need to
|
||||
initialize it first by running:
|
||||
|
||||
|
|
Loading…
Reference in New Issue