aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:25:57 -0500
committerJack Nagel2013-03-26 00:02:34 -0500
commit0c1cfbe65da1a19aa5fe6d0a6539fe007536c874 (patch)
tree958b854445c4904cf7f03944ba5eaefc738b7885 /Library/Formula
parent999ef8e2fc97096025efd66bb6d460bfac397304 (diff)
downloadhomebrew-0c1cfbe65da1a19aa5fe6d0a6539fe007536c874.tar.bz2
mosquitto: remove unnecessary return
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mosquitto.rb3
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