fix for go vet

This commit is contained in:
Cory Bennett
2016-08-19 10:19:04 -07:00
parent 485d65f12b
commit 6260e4964f
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -373,7 +373,6 @@ func (c *Cli) CmdCreate() error {
}
},
)
return nil
}
func (c *Cli) CmdIssueLinkTypes() error {
@@ -704,7 +703,6 @@ func (c *Cli) CmdComment(issue string) error {
handlePost,
)
}
return nil
}
func (c *Cli) CmdComponent(action string, project string, name string, desc string, lead string) error {