diff options
| author | Jack Nagel | 2013-03-25 13:25:57 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-26 00:02:34 -0500 |
| commit | 0c1cfbe65da1a19aa5fe6d0a6539fe007536c874 (patch) | |
| tree | 958b854445c4904cf7f03944ba5eaefc738b7885 /Library | |
| parent | 999ef8e2fc97096025efd66bb6d460bfac397304 (diff) | |
| download | homebrew-0c1cfbe65da1a19aa5fe6d0a6539fe007536c874.tar.bz2 | |
mosquitto: remove unnecessary return
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mosquitto.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/mosquitto.rb b/Library/Formula/mosquitto.rb index 424e6dfd1..0bff74c62 100644 --- a/Library/Formula/mosquitto.rb +++ b/Library/Formula/mosquitto.rb @@ -27,8 +27,7 @@ class Mosquitto < Formula system "#{sbin}/mosquitto -h > /dev/null ; [ $? -eq 3 ]" end - def caveats - return <<-EOD.undent + def caveats; <<-EOD.undent mosquitto has been installed with a default configuration file. You can make changes to the configuration by editing #{etc}/mosquitto/mosquitto.conf |
