actually some real errors

This commit is contained in:
Brendan Forster
2015-11-03 09:31:33 -08:00
parent fbde7f1683
commit 50a2b97c17
2 changed files with 4 additions and 2 deletions
@@ -310,8 +310,6 @@ namespace Octokit
/// <summary>
/// Matches repositories with regards to both the <param name="from"/> and <param name="to"/> dates.
/// </summary>
/// <param name="from">earlier date of the two</param>
/// <param name="to">latter date of the two</param>
public DateRange(DateTime from, DateTime to)
{
query = string.Format(CultureInfo.InvariantCulture, "{0:yyyy-MM-dd}..{1:yyyy-MM-dd}", from, to);