mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 04:30:21 +00:00
Drop unnecessary parens
This commit is contained in:
@@ -23,7 +23,7 @@ class CxxStdlib
|
||||
# libstdc++ is compatible across Apple compilers, but
|
||||
# not between Apple and GNU compilers, or between GNU compiler versions
|
||||
def compatible_with?(other)
|
||||
(type.nil? || other.type.nil?) || type == other.type
|
||||
type.nil? || other.type.nil? || type == other.type
|
||||
end
|
||||
|
||||
def check_dependencies(formula, deps)
|
||||
|
||||
Reference in New Issue
Block a user