Skip to content

Commit

Permalink
whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytregunna committed Feb 1, 2012
1 parent 77314b1 commit a53836a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/trello/authorization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ def get_auth_header(url, verb)
self.token ||= OAuthCredential.new

consumer = OAuth::Consumer.new(
consumer_credential.key,
consumer_credential.secret,
consumer_credential.key,
consumer_credential.secret,
{
:scheme => :header,
:scheme => :header,
:http_method => verb
}
)
Expand Down

0 comments on commit a53836a

Please sign in to comment.