Skip to content

Commit 2dd9f5c

Browse files
formatting pulls_test.go
1 parent 90083cd commit 2dd9f5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/pulls_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func TestPullRequestsService_ListPullRequestsWithCommit(t *testing.T) {
6969
testMethod(t, r, "GET")
7070
testHeader(t, r, "Accept", mediaTypeListPullsOrBranchesForCommitPreview)
7171
testFormValues(t, r, values{
72-
"page": "2",
72+
"page": "2",
7373
})
7474
fmt.Fprint(w, `[{"number":1}]`)
7575
})

0 commit comments

Comments
 (0)