Skip to content

Commit

Permalink
Update storage.rb
Browse files Browse the repository at this point in the history
remove useless code
  • Loading branch information
zjx20 committed Feb 17, 2014
1 parent d7f8326 commit c684d03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fake_dynamo/storage.rb
Expand Up @@ -81,7 +81,6 @@ def load_aof
data = file.read(size); file.readline
db.process(operation, JSON.parse(data))
end
file.close
rescue EOFError
file.close
compact_if_necessary
Expand Down

0 comments on commit c684d03

Please sign in to comment.