Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 19, 2023
1 parent ef3c8e4 commit 52994cb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public string ToStringWithFormatITests(int major, int minor, int patch, string p
private static SemanticVersion BuildSemVer(int major, int minor, int patch, string? preReleaseName, int? preReleaseVersion,
int? buildCount, string? branchName = null, string? sha = null, string? otherMetadata = null)
{

SemanticVersionPreReleaseTag? preReleaseTag = null;
if (preReleaseName != null)
{
Expand Down

0 comments on commit 52994cb

Please sign in to comment.