mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
fixed spacing
This commit is contained in:
parent
d3ce699ae5
commit
8c039e85ad
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ module Fog
|
||||||
# change_resource_record_sets("ABCDEFGHIJKLMN", change_batch_options)
|
# change_resource_record_sets("ABCDEFGHIJKLMN", change_batch_options)
|
||||||
#
|
#
|
||||||
def change_resource_record_sets(zone_id, change_batch, options = {})
|
def change_resource_record_sets(zone_id, change_batch, options = {})
|
||||||
body = Fog::AWS::DNS.change_resource_record_sets_data(zone_id, change_batch, @version, options)
|
body = Fog::AWS::DNS.change_resource_record_sets_data(zone_id, change_batch, @version, options)
|
||||||
request({
|
request({
|
||||||
:body => body,
|
:body => body,
|
||||||
:idempotent => true,
|
:idempotent => true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue