Skip to content

Commit 99ae520

Browse files
committed
fix formatting
1 parent e7628d9 commit 99ae520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.Core/VersionCalculation/SemanticVersioning/SemanticVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public static bool TryParse(string version, string tagPrefixRegex, out SemanticV
180180
{
181181
return false;
182182
}
183-
183+
184184
if (parsed.Groups["Patch"].Success && !Int32.TryParse(parsed.Groups["Patch"].Value, out patch))
185185
{
186186
return false;

0 commit comments

Comments
 (0)