Skip to content

Commit dfaa15a

Browse files
committed
fix formatting
1 parent 101dea6 commit dfaa15a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitVersionExe.Tests/PullRequestInBuildAgentTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void VerifyContinuaCIPullRequest(string pullRequestRef)
5151
VerifyPullRequestVersionIsCalculatedProperly(pullRequestRef, env);
5252
}
5353

54-
54+
5555
[TestCase("refs/pull-requests/5/merge")]
5656
[TestCase("refs/pull/5/merge")]
5757
[TestCase("refs/heads/pull/5/head")]
@@ -166,7 +166,7 @@ private static void VerifyPullRequestVersionIsCalculatedProperly(string pullRequ
166166
remoteRepository.Refs.Add(pullRequestRef, new ObjectId(mergeCommitSha));
167167

168168
// Checkout PR commit
169-
Commands.Fetch((Repository) fixture.Repository, "origin", new string[0], new FetchOptions(), null);
169+
Commands.Fetch((Repository)fixture.Repository, "origin", new string[0], new FetchOptions(), null);
170170
Commands.Checkout(fixture.Repository, mergeCommitSha);
171171
}
172172

0 commit comments

Comments
 (0)