noweb: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
a449f36e53
commit
d13f726097
|
@ -42,13 +42,14 @@ class Noweb < Formula
|
|||
end
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
TeX support files are installed in the directory:
|
||||
def caveats
|
||||
<<~EOS
|
||||
TeX support files are installed in the directory:
|
||||
|
||||
#{texpath}
|
||||
#{texpath}
|
||||
|
||||
You may need to add the directory to TEXINPUTS to run noweb properly.
|
||||
EOS
|
||||
You may need to add the directory to TEXINPUTS to run noweb properly.
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in New Issue