aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:19:23 -0500
committerJack Nagel2013-03-26 00:02:32 -0500
commit080c14526660894051bb0dd7e83cd42669371b82 (patch)
treebb5a00d8de7b171d5c53845f4db4fab99a3ea039 /Library/Formula
parent5c555096e25b35d86c6d9b229e30230f3c0f3b0d (diff)
downloadhomebrew-080c14526660894051bb0dd7e83cd42669371b82.tar.bz2
rancid: remove stray blank line
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rancid.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/rancid.rb b/Library/Formula/rancid.rb
index 1b020a0ff..6a9b0bf21 100644
--- a/Library/Formula/rancid.rb
+++ b/Library/Formula/rancid.rb
@@ -14,5 +14,4 @@ class Rancid < Formula
def test
system "#{bin}/rancid", "localhost"
end
-
end