Skip to content

Commit e8c0bf8

Browse files
committed
fix formatting
1 parent 329e663 commit e8c0bf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ public static bool TryParse(string version, string tagPrefixRegex, out SemanticV
180180
PreReleaseTag = SemanticVersionPreReleaseTag.Parse(parsed.Groups["Tag"].Value),
181181
BuildMetaData = semanticVersionBuildMetaData
182182
};
183-
} catch(Exception exception)
183+
}
184+
catch (Exception exception)
184185
{
185186
if (exception is FormatException || exception is OverflowException)
186187
{

0 commit comments

Comments
 (0)