Skip to content

Commit

Permalink
rubocob
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed May 12, 2016
1 parent 98087e8 commit 85d8397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/installation/clients/inst_complex_welcome.rb
Expand Up @@ -390,7 +390,9 @@ def text_mode?
end

def lisence_location
unless license_location.nil?
if license_location.nil?
Empty()
else
Left(
ReplacePoint(
Id(:license_location),
Expand All @@ -402,8 +404,6 @@ def lisence_location
)
)
)
else
Empty()
end
end

Expand Down

0 comments on commit 85d8397

Please sign in to comment.