mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
fix minor formatting issue (#2115)
This commit is contained in:
@@ -40,7 +40,8 @@ public class DeploymentStatusClientTests : IDisposable
|
||||
|
||||
var commit = github.Git.Commit.Create(_context.RepositoryOwner, _context.RepositoryName, newCommit).Result;
|
||||
|
||||
var newDeployment = new NewDeployment(commit.Sha) {
|
||||
var newDeployment = new NewDeployment(commit.Sha)
|
||||
{
|
||||
Environment = "production",
|
||||
AutoMerge = false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user