tracebox: fix RuboCop Style/TrailingBodyOnMethodDefinition.

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

View File

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