X11Dependency: style
This commit is contained in:
parent
f16003f58c
commit
15db61f25a
@ -33,10 +33,10 @@ class X11Dependency < Requirement
|
||||
0
|
||||
elsif other.min_version.nil?
|
||||
1
|
||||
elsif @min_version.nil?
|
||||
elsif min_version.nil?
|
||||
-1
|
||||
else
|
||||
@min_version <=> other.min_version
|
||||
min_version <=> other.min_version
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user