Corrected with rubocop cop 'Style/TrailingWhitespace'.
This commit is contained in:
parent
487a506423
commit
4f6b7c1860
1 changed files with 2 additions and 2 deletions
4
vendor/lib/twitter_database.rb
vendored
4
vendor/lib/twitter_database.rb
vendored
|
@ -6,8 +6,8 @@ class TwitterDatabase < OmniAuth::Strategies::Twitter
|
|||
# database lookup
|
||||
# puts 'TwitterDatabase -> initialize'
|
||||
config = Setting.get('auth_twitter_credentials') || {}
|
||||
args[0] = config['key']
|
||||
args[1] = config['secret']
|
||||
args[0] = config['key']
|
||||
args[1] = config['secret']
|
||||
super
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue