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

Remove extraneous nil

This commit is contained in:
James Bence 2013-07-15 16:45:14 -07:00
parent 05652604d8
commit 8f2539a942

View file

@ -43,7 +43,7 @@ module Fog
end
rescue Fog::AWS::RDS::NotFound
end
nil
end
end
end