Skip to content

Commit e1d9534

Browse files
committed
fix comments and formatting
1 parent 4a5d897 commit e1d9534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

github/pulls_reviewers_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func TestRequestReviewers(t *testing.T) {
3434
return
3535
}
3636
})
37+
3738
logins := []string{"octocat", "googlebot"}
3839

3940
// This returns a PR, unmarshalling of which is tested elsewhere
@@ -69,9 +70,9 @@ func TestRemoveReviewers(t *testing.T) {
6970
return
7071
}
7172
})
73+
7274
logins := []string{"octocat", "googlebot"}
7375

74-
// This returns a PR, unmarshalling of which is tested elsewhere
7576
_, err := client.PullRequests.RemoveReviewers(context.Background(), "o", "r", 1, logins)
7677
if err != nil {
7778
t.Errorf("PullRequests.RequestReviewers returned error: %v", err)

0 commit comments

Comments
 (0)