Skip to content

Commit 52994cb

Browse files
committed
fix warning
1 parent ef3c8e4 commit 52994cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitVersion.Core.Tests/VersionCalculation/SemanticVersionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ public string ToStringWithFormatITests(int major, int minor, int patch, string p
134134
private static SemanticVersion BuildSemVer(int major, int minor, int patch, string? preReleaseName, int? preReleaseVersion,
135135
int? buildCount, string? branchName = null, string? sha = null, string? otherMetadata = null)
136136
{
137-
138137
SemanticVersionPreReleaseTag? preReleaseTag = null;
139138
if (preReleaseName != null)
140139
{

0 commit comments

Comments
 (0)