Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Removed training white space
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Sep 7, 2015
1 parent 4b5f418 commit 079358c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spaceship/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def paging
def login(user = nil, password = nil)
if user.to_s.empty? or password.to_s.empty?
require 'credentials_manager'

data = CredentialsManager::AccountManager.new(user: user, password: password)
user ||= data.user
password = data.password
Expand Down

0 comments on commit 079358c

Please sign in to comment.