Skip to content

Commit 221d2e8

Browse files
committed
Fixed whitespaces
1 parent 526caf9 commit 221d2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore/Core/RepositoryMetadataProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ public int GetNumberOfUncommittedChanges()
516516
return status.Untracked.Count() + status.Staged.Count();
517517

518518
}
519-
catch(Exception)
519+
catch (Exception)
520520
{
521521
return Int32.MaxValue; // this should be somewhat puzzling to see,
522522
// so we may have reached our goal to show that

0 commit comments

Comments
 (0)