Skip to content

Commit

Permalink
go fmt performed code when copied from another directory got messed u…
Browse files Browse the repository at this point in the history
…p again ? Ok, ran go fmt again
  • Loading branch information
ramukima committed Aug 16, 2016
1 parent e1db700 commit 8d72b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/driver/qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type QemuDriverConfig struct {
ImagePath string `mapstructure:"image_path"`
Accelerator string `mapstructure:"accelerator"`
PortMap []map[string]int `mapstructure:"port_map"` // A map of host port labels and to guest ports.
Args []string `mapstructure:"args"` // extra arguments to qemu executable
Args []string `mapstructure:"args"` // extra arguments to qemu executable
}

// qemuHandle is returned from Start/Open as a handle to the PID
Expand Down

0 comments on commit 8d72b8e

Please sign in to comment.