From 0c1cfbe65da1a19aa5fe6d0a6539fe007536c874 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:25:57 -0500 Subject: mosquitto: remove unnecessary return --- Library/Formula/mosquitto.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3