Skip to content

Commit

Permalink
Whitespace tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjrice committed Oct 22, 2012
1 parent bc30ab7 commit d0d1b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/asset_sync/storage.rb
Expand Up @@ -105,8 +105,8 @@ def delete_extra_remote_files
def upload_file(f)
# TODO output files in debug logs as asset filename only.
one_year = 31557600
ext = File.extname( f )[1..-1]
mime = Mime::Type.lookup_by_extension( ext )
ext = File.extname(f)[1..-1]
mime = Mime::Type.lookup_by_extension(ext)
file = {
:key => f,
:body => File.open("#{path}/#{f}"),
Expand Down

0 comments on commit d0d1b19

Please sign in to comment.