Skip to content

Commit

Permalink
fix minor formatting issue (#2115)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey authored Feb 26, 2020
1 parent 8cf6dd2 commit 9b3cf30
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public DeploymentStatusClientTests()

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
};
Expand Down

0 comments on commit 9b3cf30

Please sign in to comment.