lib/fog/zerigo/requests/dns/create_host.rb in fog-0.3.33 vs lib/fog/zerigo/requests/dns/create_host.rb in fog-0.3.34
- old
+ new
@@ -29,10 +29,10 @@
# * 'priority'<~Integer>
# * 'ttl'<~Integer>
# * 'updated-at'<~String>
# * 'zone-id'<~String>
# * 'status'<~Integer> - 201 if successful
- def create_host( zone_id, host_type, data, options = {} )
+ def create_host(zone_id, host_type, data, options = {})
optional_tags= ''
options.each { |option, value|
case option
when :hostname