Skip to content

Commit

Permalink
fix: run go fmt
Browse files Browse the repository at this point in the history
Run `go fmt` on `./vsphere/internal/vmworkflow/virtual_machine_clone_subresource.go` to resolve formatting and clear checks.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson authored and tenthirtyam committed Mar 6, 2024
1 parent 048c85b commit 82fc0b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vsphere/internal/vmworkflow/virtual_machine_clone_subresource.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ func VirtualMachineCloneSchema() map[string]*schema.Schema {
Description: "The UUID of the source virtual machine or template.",
},
"instant_clone": {
Type: schema.TypeBool,
Optional: true,
Description: "Whether or not to create a instant clone when cloning. When this option is used, the source VM must be in a running state.",
Type: schema.TypeBool,
Optional: true,
Description: "Whether or not to create a instant clone when cloning. When this option is used, the source VM must be in a running state.",
},
"linked_clone": {
Type: schema.TypeBool,
Optional: true,
Description: "Whether or not to create a linked clone when cloning. When this option is used, the source VM must have a single snapshot associated with it.",
Type: schema.TypeBool,
Optional: true,
Description: "Whether or not to create a linked clone when cloning. When this option is used, the source VM must have a single snapshot associated with it.",
},
"timeout": {
Type: schema.TypeInt,
Expand Down

0 comments on commit 82fc0b6

Please sign in to comment.