From 83d9313021092abc96dc4b75a9ab86447f629152 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Mar 2020 19:46:07 +0000 Subject: [PATCH] wireshark: fix RuboCop Style/TrailingBodyOnMethodDefinition. --- Formula/wireshark.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/wireshark.rb b/Formula/wireshark.rb index da4122a8b7f..37fb1d8cd03 100644 --- a/Formula/wireshark.rb +++ b/Formula/wireshark.rb @@ -64,16 +64,17 @@ class Wireshark < Formula (include/"wireshark/wsutil").install Dir["wsutil/*.h"] end - def caveats; <<~EOS - This formula only installs the command-line utilities by default. + def caveats + <<~EOS + This formula only installs the command-line utilities by default. - Install Wireshark.app with Homebrew Cask: - brew cask install wireshark + Install Wireshark.app with Homebrew Cask: + brew cask install wireshark - If your list of available capture interfaces is empty - (default macOS behavior), install ChmodBPF: - brew cask install wireshark-chmodbpf - EOS + If your list of available capture interfaces is empty + (default macOS behavior), install ChmodBPF: + brew cask install wireshark-chmodbpf + EOS end test do