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:
parent
2e4fb619df
commit
2e0b7e545a
3819 changed files with 21 additions and 10695 deletions
|
|
@ -2,7 +2,6 @@ module Fog
|
|||
module DNS
|
||||
class Rage4
|
||||
class Real
|
||||
|
||||
# Get the details for a specific domain in your account.
|
||||
# ==== Parameters
|
||||
# * id<~Integer> - numeric ID
|
||||
|
|
@ -20,11 +19,8 @@ module Fog
|
|||
:expects => 200,
|
||||
:method => 'GET',
|
||||
:path => "/rapi/getdomain/#{id}" )
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue