qt: fix RuboCop Style/TrailingBodyOnMethodDefinition.

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

View File

@ -69,7 +69,8 @@ class Qt < Formula
Pathname.glob("#{bin}/*.app") { |app| mv app, libexec }
end
def caveats; <<~EOS
def caveats
<<~EOS
We agreed to the Qt open source license for you.
If this is unacceptable you should uninstall.
EOS