Skip to content

Commit 5b2ebd6

Browse files
committed
fixed indentation issue
1 parent 8d7f652 commit 5b2ebd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

events/code_commit_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ func TestCodeCommitCodeCommit(t *testing.T) {
7373
"ref": "refs/heads/master",
7474
"created": true
7575
},
76-
{
77-
"commit": "5c4ef1049f1d27deadbeeff313e0730018be182b",
78-
"ref": "refs/heads/master",
79-
"deleted": true
80-
}
76+
{
77+
"commit": "5c4ef1049f1d27deadbeeff313e0730018be182b",
78+
"ref": "refs/heads/master",
79+
"deleted": true
80+
}
8181
]
8282
}
8383
`),

0 commit comments

Comments
 (0)