From 77d52f2722ae0c82c38a7484cac832103acd88ae Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Mar 2020 19:46:02 +0000 Subject: [PATCH] tracebox: fix RuboCop Style/TrailingBodyOnMethodDefinition. --- Formula/tracebox.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Formula/tracebox.rb b/Formula/tracebox.rb index dec7fae03c5..eb7c9141168 100644 --- a/Formula/tracebox.rb +++ b/Formula/tracebox.rb @@ -32,12 +32,13 @@ class Tracebox < Formula system "make", "install" end - def caveats; <<~EOS - Tracebox requires superuser privileges e.g. run with sudo. + def caveats + <<~EOS + Tracebox requires superuser privileges e.g. run with sudo. - You should be certain that you trust any software you are executing with - elevated privileges. - EOS + You should be certain that you trust any software you are executing with + elevated privileges. + EOS end test do