tracebox: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
b265342200
commit
77d52f2722
|
@ -32,7 +32,8 @@ class Tracebox < Formula
|
|||
system "make", "install"
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue