More newlines

And usings 👍
This commit is contained in:
Tim Sneed
2014-02-28 11:30:02 -06:00
parent 702fc5e0fc
commit 7dc9c55ba6
+1 -9
View File
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Octokit
namespace Octokit
{
public class ProductHeaderValue
{
@@ -16,7 +10,6 @@ namespace Octokit
public ProductHeaderValue(string name)
{
_productHeaderValue = new System.Net.Http.Headers.ProductHeaderValue(name);
}
public ProductHeaderValue(string name, string value)
@@ -26,7 +19,6 @@ namespace Octokit
System.Net.Http.Headers.ProductHeaderValue _productHeaderValue;
public string Name
{
get { return _productHeaderValue.Name; }