Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
6f449abf
Commit
6f449abf
authored
Dec 25, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
command/fix: remove some useless comments
parent
87f9eca5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
command/fix/fixer_virtualbox_rename_test.go
command/fix/fixer_virtualbox_rename_test.go
+0
-1
command/fix/fixer_vmware_rename_test.go
command/fix/fixer_vmware_rename_test.go
+0
-1
No files found.
command/fix/fixer_virtualbox_rename_test.go
View file @
6f449abf
...
@@ -14,7 +14,6 @@ func TestFixerVirtualBoxRename_Fix(t *testing.T) {
...
@@ -14,7 +14,6 @@ func TestFixerVirtualBoxRename_Fix(t *testing.T) {
Input
map
[
string
]
interface
{}
Input
map
[
string
]
interface
{}
Expected
map
[
string
]
interface
{}
Expected
map
[
string
]
interface
{}
}{
}{
// No attach field
{
{
Input
:
map
[
string
]
interface
{}{
Input
:
map
[
string
]
interface
{}{
"type"
:
"virtualbox"
,
"type"
:
"virtualbox"
,
...
...
command/fix/fixer_vmware_rename_test.go
View file @
6f449abf
...
@@ -14,7 +14,6 @@ func TestFixerVMwareRename_Fix(t *testing.T) {
...
@@ -14,7 +14,6 @@ func TestFixerVMwareRename_Fix(t *testing.T) {
Input
map
[
string
]
interface
{}
Input
map
[
string
]
interface
{}
Expected
map
[
string
]
interface
{}
Expected
map
[
string
]
interface
{}
}{
}{
// No attach field
{
{
Input
:
map
[
string
]
interface
{}{
Input
:
map
[
string
]
interface
{}{
"type"
:
"vmware"
,
"type"
:
"vmware"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment