Remove extraneous commas

This commit is contained in:
Haacked
2015-08-04 21:16:25 -07:00
parent 726e306bf6
commit 694e09970b
2 changed files with 2 additions and 2 deletions
@@ -118,6 +118,6 @@ namespace Octokit
/// <summary>
/// Sort by the date of the last update
/// </summary>
Updated,
Updated
}
}