tig: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
1829e65924
commit
89715b9525
|
@ -35,12 +35,13 @@ class Tig < Formula
|
|||
cp "#{bash_completion}/tig-completion.bash", zsh_completion
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
A sample of the default configuration has been installed to:
|
||||
#{opt_pkgshare}/examples/tigrc
|
||||
to override the system-wide default configuration, copy the sample to:
|
||||
#{etc}/tigrc
|
||||
EOS
|
||||
def caveats
|
||||
<<~EOS
|
||||
A sample of the default configuration has been installed to:
|
||||
#{opt_pkgshare}/examples/tigrc
|
||||
to override the system-wide default configuration, copy the sample to:
|
||||
#{etc}/tigrc
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in New Issue