Remove stray unicode

This commit is contained in:
Jack Nagel 2014-06-04 15:59:21 -05:00
parent d0be32f60b
commit 7242365ff3

View File

@ -271,7 +271,7 @@ class ExampleFormula < Formula
args << "--universal-binary" if build.universal? args << "--universal-binary" if build.universal?
# The `build.with?` and `build.without?` are smart enough to do the # The `build.with?` and `build.without?` are smart enough to do the
# right thing with respect to defaults defined via `:optional` and # right thing with respect to defaults defined via `:optional` and
# `:recommended` dependencies. # `:recommended` dependencies.
# If you need to give the path to lib/include of another brewed formula # If you need to give the path to lib/include of another brewed formula