Skip to content

Commit

Permalink
Rearranging code to clean up git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
aheeren committed Apr 8, 2016
1 parent 9e404d0 commit 6c73f0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ type virtualMachine struct {
cluster string
resourcePool string
datastore string
linkedClone bool
vcpu int
memoryMb int64
template string
Expand All @@ -71,6 +70,7 @@ type virtualMachine struct {
timeZone string
dnsSuffixes []string
dnsServers []string
linkedClone bool
windowsOptionalConfig windowsOptConfig
customConfigurations map[string](types.AnyType)
}
Expand Down

0 comments on commit 6c73f0d

Please sign in to comment.