mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-06 21:20:48 +02:00
gofmt
This commit is contained in:
@@ -481,7 +481,7 @@ func (c *Cli) CmdTransition(issue string, trans string) error {
|
||||
issueData["transition"] = map[string]interface{}{
|
||||
"name": transName,
|
||||
"id": transId,
|
||||
};
|
||||
}
|
||||
|
||||
return c.editTemplate(
|
||||
c.getTemplate("transition"),
|
||||
|
||||
@@ -169,7 +169,6 @@ func responseToJson(resp *http.Response, err error) (interface{}, error) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return data, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user