mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
More newlines
And usings 👍
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user