Skip to content

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
loe committed Feb 1, 2012
1 parent 40a4dd0 commit a7aedc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws/s3/authentication.rb
Expand Up @@ -115,7 +115,7 @@ def initialize(*args)
# 3) The current time in seconds since the epoch plus the default number of seconds (60 seconds) # 3) The current time in seconds since the epoch plus the default number of seconds (60 seconds)
def expires def expires
return options[:expires] if options[:expires] return options[:expires] if options[:expires]
@expires || = date.to_i + expires_in @expires ||= date.to_i + expires_in
end end


def expires_in def expires_in
Expand Down

0 comments on commit a7aedc3

Please sign in to comment.