mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 04:56:29 +00:00
migrate to dotnet-format tool (#2016)
* migrate to new dotnet-format tool in build script (run on local build) * reformat code
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Octokit
|
||||
public Task<IReadOnlyList<Reaction>> GetAll(long repositoryId, int number, ApiOptions options)
|
||||
{
|
||||
Ensure.ArgumentNotNull(options, nameof(options));
|
||||
|
||||
|
||||
return ApiConnection.GetAll<Reaction>(ApiUrls.PullRequestReviewCommentReaction(repositoryId, number), null, AcceptHeaders.ReactionsPreview, options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user