Rearranging code to clean up git diff

This commit is contained in:
Adam Heeren 2016-04-08 08:06:22 -04:00
parent 7dfc0a6d1e
commit 338cb956ba
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,6 @@ type virtualMachine struct {
cluster string
resourcePool string
datastore string
linkedClone bool
vcpu int
memoryMb int64
template string
@ -71,6 +70,7 @@ type virtualMachine struct {
timeZone string
dnsSuffixes []string
dnsServers []string
linkedClone bool
windowsOptionalConfig windowsOptConfig
customConfigurations map[string](types.AnyType)
}