Commit 430963f4 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent ebd24078
......@@ -16,9 +16,9 @@ import (
const KeyLeftShift uint32 = 0xFFE1
type bootCommandTemplateData struct {
HTTPIP string
HTTPIP string
HTTPPort uint
Name string
Name string
}
// This step "types" the boot command into the VM over VNC.
......
......@@ -15,9 +15,9 @@ import (
const KeyLeftShift uint32 = 0xFFE1
type bootCommandTemplateData struct {
HTTPIP string
HTTPIP string
HTTPPort uint
Name string
Name string
}
// This step "types" the boot command into the VM over VNC.
......
......@@ -18,9 +18,9 @@ import (
const KeyLeftShift uint32 = 0xFFE1
type bootCommandTemplateData struct {
HTTPIP string
HTTPIP string
HTTPPort uint
Name string
Name string
}
// This step "types" the boot command into the VM over VNC.
......
......@@ -53,5 +53,5 @@ func VersionString() string {
}
}
return versionString.String()
return versionString.String()
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment