mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-08-08 22:16:34 +02:00
go fmt
This commit is contained in:
@ -548,7 +548,7 @@ func TestIssueService_DoTransitionWithPayload(t *testing.T) {
|
||||
customPayload := map[string]interface{}{
|
||||
"update": map[string]interface{}{
|
||||
"comment": []map[string]interface{}{
|
||||
map[string]interface{}{
|
||||
{
|
||||
"add": map[string]string{
|
||||
"body": "Hello World",
|
||||
},
|
||||
|
Reference in New Issue
Block a user