We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526caf9 commit 221d2e8Copy full SHA for 221d2e8
src/GitVersionCore/Core/RepositoryMetadataProvider.cs
@@ -516,7 +516,7 @@ public int GetNumberOfUncommittedChanges()
516
return status.Untracked.Count() + status.Staged.Count();
517
518
}
519
- catch(Exception)
+ catch (Exception)
520
{
521
return Int32.MaxValue; // this should be somewhat puzzling to see,
522
// so we may have reached our goal to show that
0 commit comments