mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
(maint) Clean up whitespace errors
This commit is contained in:
parent
0ddcbc2678
commit
20d42c40fc
3 changed files with 28 additions and 30 deletions
|
@ -3,7 +3,6 @@ module Fog
|
|||
class Vsphere
|
||||
class Real
|
||||
def list_templates(options = { })
|
||||
|
||||
options[:folder] ||= options['folder']
|
||||
if options[:folder] then
|
||||
list_all_templates_in_folder(options[:folder], options[:datacenter])
|
||||
|
|
|
@ -197,7 +197,6 @@ module Fog
|
|||
|
||||
# FIXME: pad this out with the rest of the useful things in VirtualMachineConfigSpec
|
||||
# http://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim.vm.ConfigSpec.html
|
||||
#
|
||||
if options.has_key?('memoryMB') || options.has_key?('numCPUs')
|
||||
virtual_machine_config_spec = {
|
||||
:memoryMB => options['memoryMB'],
|
||||
|
|
Loading…
Reference in a new issue