From 41a08f2cdc810cc5f466d52568d40e6db1e98df1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 20 Nov 2014 16:13:00 +0000 Subject: simple-amqp-client: minor cleanups. --- Library/Formula/simple-amqp-client.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/simple-amqp-client.rb b/Library/Formula/simple-amqp-client.rb index 846f38f87..1638ad179 100644 --- a/Library/Formula/simple-amqp-client.rb +++ b/Library/Formula/simple-amqp-client.rb @@ -13,7 +13,7 @@ class SimpleAmqpClient < Formula sha1 "7f60046c62ba839e2a4df7477d9a5cf23901704d" => :mountain_lion end - depends_on "cmake" => :build + depends_on "cmake" => :build depends_on "doxygen" => :build depends_on "rabbitmq-c" depends_on "boost" @@ -24,7 +24,7 @@ class SimpleAmqpClient < Formula end test do - (testpath/'test.cpp').write <<-EOS.undent + (testpath/"test.cpp").write <<-EOS.undent #include #include int main() { -- cgit v1.2.3