mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-19 04:33:28 +02:00
fix for go vet
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user