Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Apr 12, 2013
1 parent acb5ed2 commit b396bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fake_braintree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def self.verify_all_cards!

def self.generate_transaction(options = {})
history_item = {
'timestamp' => Time.now,
'timestamp' => Time.now,
'amount' => options[:amount],
'status' => options[:status]
}
Expand Down

0 comments on commit b396bfb

Please sign in to comment.