💄 unnecessary namespace and new line deleted

This commit is contained in:
Anton Sizikov
2015-12-10 08:41:29 +01:00
parent 2af1f240e8
commit 331d39c8d8
-2
View File
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Octokit
{
@@ -40,6 +39,5 @@ namespace Octokit
/// Additional details about the error
/// </summary>
public IReadOnlyList<ApiErrorDetail> Errors { get; protected set; }
}
}