aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-11-20 16:13:00 +0000
committerMike McQuaid2014-11-20 16:13:32 +0000
commit41a08f2cdc810cc5f466d52568d40e6db1e98df1 (patch)
tree1a7b100638fb85543f9613b2d80590ba64161a69 /Library
parent31e424d1895271163e8398da13d51194db29f0d9 (diff)
downloadhomebrew-41a08f2cdc810cc5f466d52568d40e6db1e98df1.tar.bz2
simple-amqp-client: minor cleanups.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/simple-amqp-client.rb4
1 files changed, 2 insertions, 2 deletions
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 <SimpleAmqpClient/SimpleAmqpClient.h>
#include <string>
int main() {