git: remove extra newline

This commit is contained in:
Jack Nagel 2013-09-21 23:04:51 -05:00
parent ecb3a34c8d
commit 0a844c708e

View file

@ -12,7 +12,6 @@ class Git < Formula
sha1 'c5a3559d59c7d9cd608559771ece10743a340c32' => :snow_leopard sha1 'c5a3559d59c7d9cd608559771ece10743a340c32' => :snow_leopard
end end
option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation' option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation'
option 'without-completions', 'Disable bash/zsh completions from "contrib" directory' option 'without-completions', 'Disable bash/zsh completions from "contrib" directory'
option 'with-brewed-openssl', "Build with Homebrew OpenSSL instead of the system version" option 'with-brewed-openssl', "Build with Homebrew OpenSSL instead of the system version"