From 8fd593db9f3108d9ab6311abdbb0de3f083a7c5e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Mar 2020 19:45:44 +0000 Subject: [PATCH] qt: fix RuboCop Style/TrailingBodyOnMethodDefinition. --- Formula/qt.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/qt.rb b/Formula/qt.rb index d0a6027a37e..ad8f0ae648a 100644 --- a/Formula/qt.rb +++ b/Formula/qt.rb @@ -69,10 +69,11 @@ class Qt < Formula Pathname.glob("#{bin}/*.app") { |app| mv app, libexec } end - def caveats; <<~EOS - We agreed to the Qt open source license for you. - If this is unacceptable you should uninstall. - EOS + def caveats + <<~EOS + We agreed to the Qt open source license for you. + If this is unacceptable you should uninstall. + EOS end test do