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