1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

adding white space to force travis build

This commit is contained in:
Kyle Rames 2013-01-24 07:45:37 -06:00
parent 5e92899e69
commit 99b0e35923

View file

@ -27,7 +27,7 @@ module Fog
datum = data.first datum = data.first
new(:key => datum[0], :value => datum[1]) new(:key => datum[0], :value => datum[1])
rescue Fog::Compute::RackspaceV2::NotFound rescue Fog::Compute::RackspaceV2::NotFound
nil nil
end end
def [](key) def [](key)