Drop unnecessary parens
This commit is contained in:
parent
142beddd7a
commit
018aeb05ab
@ -23,7 +23,7 @@ class CxxStdlib
|
|||||||
# libstdc++ is compatible across Apple compilers, but
|
# libstdc++ is compatible across Apple compilers, but
|
||||||
# not between Apple and GNU compilers, or between GNU compiler versions
|
# not between Apple and GNU compilers, or between GNU compiler versions
|
||||||
def compatible_with?(other)
|
def compatible_with?(other)
|
||||||
(type.nil? || other.type.nil?) || type == other.type
|
type.nil? || other.type.nil? || type == other.type
|
||||||
end
|
end
|
||||||
|
|
||||||
def check_dependencies(formula, deps)
|
def check_dependencies(formula, deps)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user