pdflib-lite: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
e2bfc20f2a
commit
467932725d
|
@ -36,10 +36,11 @@ class PdflibLite < Formula
|
|||
system "make", "install"
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
pdflib-lite is not open source software; usage restrictions apply!
|
||||
Be sure to understand and obey the license terms, which can be found at:
|
||||
https://www.pdflib.com/download/free-software/pdflib-lite-7/pdflib-lite-licensing/
|
||||
EOS
|
||||
def caveats
|
||||
<<~EOS
|
||||
pdflib-lite is not open source software; usage restrictions apply!
|
||||
Be sure to understand and obey the license terms, which can be found at:
|
||||
https://www.pdflib.com/download/free-software/pdflib-lite-7/pdflib-lite-licensing/
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue