sntop: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
e814e781aa
commit
d0fcead328
|
@ -26,11 +26,12 @@ class Sntop < Formula
|
|||
system "make", "install"
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
sntop uses fping by default and fping can only be run by root by default.
|
||||
You can run `sudo sntop` (or `sntop -p` which uses standard ping).
|
||||
You should be certain that you trust any software you grant root privileges.
|
||||
EOS
|
||||
def caveats
|
||||
<<~EOS
|
||||
sntop uses fping by default and fping can only be run by root by default.
|
||||
You can run `sudo sntop` (or `sntop -p` which uses standard ping).
|
||||
You should be certain that you trust any software you grant root privileges.
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in New Issue