X11Dependency: style

This commit is contained in:
Jack Nagel 2014-02-09 14:23:56 -05:00
parent f16003f58c
commit 15db61f25a

View File

@ -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