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

Remove trailing whitespace

This commit is contained in:
Paul Thornthwaite 2014-02-19 12:30:59 +00:00
parent c22ec86333
commit 8483a599f2
891 changed files with 2480 additions and 2480 deletions

View file

@ -9,7 +9,7 @@ module Fog
identity :name, :aliases => 'record'
attribute :value
attribute :zone
attribute :zone
attribute :type
attribute :editable
attribute :account_id

View file

@ -3,7 +3,7 @@ require 'fog/dreamhost/models/dns/records'
module Fog
module DNS
class Dreamhost
class Dreamhost
#
# Dreamhost API has no concept of 'Zone', but we
@ -16,7 +16,7 @@ module Fog
identity :id
attribute :domain, :aliases => 'name'
#
#
# There's no destroy API call
#
def destroy
@ -45,7 +45,7 @@ module Fog
]
end
#
#
# There's no zone create API call
#
def save

View file

@ -3,7 +3,7 @@ require 'fog/dreamhost/models/dns/zone'
module Fog
module DNS
class Dreamhost
class Dreamhost
#
# Dreamhost API has no concept of 'Zone', but we