mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 02:18:44 +00:00
Redundant commas in enum declaration were removed.
This commit is contained in:
@@ -151,7 +151,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Return both public and private repositories
|
||||
/// </summary>
|
||||
All,
|
||||
All
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace Octokit
|
||||
/// An error occurred during the build
|
||||
/// </summary>
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Errored")]
|
||||
Errored,
|
||||
Errored
|
||||
}
|
||||
|
||||
///<summary>
|
||||
|
||||
Reference in New Issue
Block a user