Skip to content
Snippets Groups Projects
Commit 15db61f2 authored by Jack Nagel's avatar Jack Nagel
Browse files

X11Dependency: style

parent f16003f5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment