wireshark: fix RuboCop Style/TrailingBodyOnMethodDefinition.

master
Mike McQuaid 2020-03-14 19:46:07 +00:00
parent 79442b40c0
commit 83d9313021
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 9 additions and 8 deletions

View File

@ -64,16 +64,17 @@ class Wireshark < Formula
(include/"wireshark/wsutil").install Dir["wsutil/*.h"] (include/"wireshark/wsutil").install Dir["wsutil/*.h"]
end end
def caveats; <<~EOS def caveats
This formula only installs the command-line utilities by default. <<~EOS
This formula only installs the command-line utilities by default.
Install Wireshark.app with Homebrew Cask: Install Wireshark.app with Homebrew Cask:
brew cask install wireshark brew cask install wireshark
If your list of available capture interfaces is empty If your list of available capture interfaces is empty
(default macOS behavior), install ChmodBPF: (default macOS behavior), install ChmodBPF:
brew cask install wireshark-chmodbpf brew cask install wireshark-chmodbpf
EOS EOS
end end
test do test do