mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
aaaand format the code
This commit is contained in:
@@ -193,7 +193,7 @@ namespace Octokit.Tests.Reactive
|
||||
});
|
||||
var lastPageResponse = new ApiResponse<List<PullRequestReviewComment>>
|
||||
(
|
||||
new Response(),
|
||||
new Response(),
|
||||
new List<PullRequestReviewComment>
|
||||
{
|
||||
new PullRequestReviewComment(7),
|
||||
|
||||
Reference in New Issue
Block a user