noweb: fix RuboCop Style/TrailingBodyOnMethodDefinition.

master
Mike McQuaid 2020-03-14 19:45:27 +00:00
parent a449f36e53
commit d13f726097
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 5 deletions

View File

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