remove whitespace
This commit is contained in:
parent
145bafbc4e
commit
6d7f608d06
@ -25,7 +25,7 @@ module Homebrew extend self
|
|||||||
def llvm_recommendation
|
def llvm_recommendation
|
||||||
"(#{RECOMMENDED_LLVM} or newer recommended)" if llvm and llvm < RECOMMENDED_LLVM
|
"(#{RECOMMENDED_LLVM} or newer recommended)" if llvm and llvm < RECOMMENDED_LLVM
|
||||||
end
|
end
|
||||||
|
|
||||||
def gcc_42_recommendation
|
def gcc_42_recommendation
|
||||||
"(#{RECOMMENDED_GCC_42} or newer recommended)" if gcc_42 and gcc_42 < RECOMMENDED_GCC_42
|
"(#{RECOMMENDED_GCC_42} or newer recommended)" if gcc_42 and gcc_42 < RECOMMENDED_GCC_42
|
||||||
end
|
end
|
||||||
|
|||||||
@ -56,7 +56,7 @@ end
|
|||||||
|
|
||||||
class UnsatisfiedExternalDependencyError < Homebrew::InstallationError
|
class UnsatisfiedExternalDependencyError < Homebrew::InstallationError
|
||||||
attr :type
|
attr :type
|
||||||
|
|
||||||
def initialize formula, type
|
def initialize formula, type
|
||||||
@type = type
|
@type = type
|
||||||
@formula = formula
|
@formula = formula
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user