Skip to content

Commit

Permalink
Tidy up some whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangribble committed Feb 5, 2016
1 parent e511049 commit 547e233
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ public interface IObservableEnterpriseLicenseClient
IObservable<LicenseInfo> Get();
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ public interface IObservableEnterpriseOrganizationClient
IObservable<Organization> Create(NewOrganization newOrganization);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class TheGetMethod
[Fact]
public void CallsIntoClient()
{

var github = Substitute.For<IGitHubClient>();
var client = new ObservableEnterpriseLicenseClient(github);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class TheCreateMethod
[Fact]
public void CallsIntoClient()
{

var github = Substitute.For<IGitHubClient>();
var client = new ObservableEnterpriseOrganizationClient(github);

Expand Down
1 change: 0 additions & 1 deletion Octokit/Models/Response/Enterprise/LicenseInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public LicenseInfo(int seats, int seatsUsed, int seatsAvailable, string kind, in
ExpireAt = expireAt;
}


public int Seats
{
get;
Expand Down

0 comments on commit 547e233

Please sign in to comment.