command/fix: remove some useless comments

This commit is contained in:
Mitchell Hashimoto 2013-12-25 11:16:26 -07:00
parent 87f9eca511
commit 6f449abf2e
2 changed files with 0 additions and 2 deletions

View File

@ -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",

View File

@ -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",