Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peteallen committed Oct 10, 2014
1 parent a760822 commit 6a41dc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ZendeskApi_v2/ZendeskApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public interface IZendeskApi
ISearch Search { get; }
ITags Tags { get; }
IForums Forums { get; }
ZendeskApi_v2.Requests.ICategories Categories { get; }
ICategories Categories { get; }
ITopics Topics { get; }
IAccountsAndActivity AccountsAndActivity { get; }
IJobStatuses JobStatuses { get; }
Expand All @@ -50,7 +50,7 @@ public class ZendeskApi : IZendeskApi
public ISearch Search { get; set; }
public ITags Tags { get; set; }
public IForums Forums { get; set; }
public ZendeskApi_v2.Requests.ICategories Categories { get; set; }
public ICategories Categories { get; set; }
public ITopics Topics { get; set; }
public IAccountsAndActivity AccountsAndActivity { get; set; }
public IJobStatuses JobStatuses { get; set; }
Expand Down Expand Up @@ -101,7 +101,7 @@ public ZendeskApi(string yourZendeskUrl, string user, string password="", string
}

#if SYNC
/// <summary>
/// <summary>
/// Constructor that takes 3 params.
/// </summary>
/// <param name="proxy"></param>
Expand Down

0 comments on commit 6a41dc8

Please sign in to comment.