Commit 6f449abf authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

command/fix: remove some useless comments

parent 87f9eca5
......@@ -14,7 +14,6 @@ func TestFixerVirtualBoxRename_Fix(t *testing.T) {
Input map[string]interface{}
Expected map[string]interface{}
}{
// No attach field
{
Input: map[string]interface{}{
"type": "virtualbox",
......
......@@ -14,7 +14,6 @@ func TestFixerVMwareRename_Fix(t *testing.T) {
Input map[string]interface{}
Expected map[string]interface{}
}{
// No attach field
{
Input: map[string]interface{}{
"type": "vmware",
......
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