Redundant commas in enum declaration were removed.

This commit is contained in:
aedampir@gmail.com
2016-03-24 23:09:11 +07:00
parent 895216090c
commit 1cd419ef75
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ namespace Octokit
/// <summary>
/// Return both public and private repositories
/// </summary>
All,
All
}
/// <summary>
+1 -1
View File
@@ -22,7 +22,7 @@ namespace Octokit
/// An error occurred during the build
/// </summary>
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Errored")]
Errored,
Errored
}
///<summary>