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

Standardise empty lines throughout codebase

Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
This commit is contained in:
Paul Thornthwaite 2014-05-26 14:20:02 +01:00
parent 2e4fb619df
commit 2e0b7e545a
3819 changed files with 21 additions and 10695 deletions

View file

@ -2,7 +2,6 @@ module Fog
module Vcloud
class Compute
class Ip < Fog::Vcloud::Model
identity :href, :aliases => :Href
attribute :links, :aliases => :Link, :type => :array
ignore_attributes :xmlns, :xmlns_i, :xmlns_xsi, :xmlns_xsd
@ -35,7 +34,6 @@ module Fog
:server => server
}
end
end
end
end