reword audit

This commit is contained in:
Adam Vandenberg 2011-03-28 11:08:33 -07:00
parent 6d7f608d06
commit 8f7972c194

View File

@ -16,7 +16,7 @@ def audit_formula_text name, text
problems = [] problems = []
if text =~ /<Formula/ if text =~ /<Formula/
problems << " * We now space class inheritance: class Foo < Formula" problems << " * Use a space in class inheritance: class Foo < Formula"
end if strict? end if strict?
# Commented-out cmake support from default template # Commented-out cmake support from default template