diff --git a/InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs b/InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs index ee9a0c356..1bb149256 100644 --- a/InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs +++ b/InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs @@ -357,7 +357,7 @@ partial class {ns}{classDeclaration} Client = client; this.requestBuilder = requestBuilder; }} - + " ); // Get any other methods on the refit interfaces. We'll need to generate something for them and warn diff --git a/Refit.Tests/InterfaceStubGenerator.cs b/Refit.Tests/InterfaceStubGenerator.cs index b4d12d4e1..0de3b739b 100644 --- a/Refit.Tests/InterfaceStubGenerator.cs +++ b/Refit.Tests/InterfaceStubGenerator.cs @@ -207,7 +207,7 @@ public RefitTestsIGitHubApi(global::System.Net.Http.HttpClient client, global::R Client = client; this.requestBuilder = requestBuilder; } - + /// @@ -634,7 +634,7 @@ public RefitTestsIGitHubApiDisposable(global::System.Net.Http.HttpClient client, Client = client; this.requestBuilder = requestBuilder; } - + /// @@ -707,7 +707,7 @@ public RefitTestsTestNestedINestedGitHubApi(global::System.Net.Http.HttpClient c Client = client; this.requestBuilder = requestBuilder; } - + /// @@ -1067,7 +1067,7 @@ public IServiceWithoutNamespace(global::System.Net.Http.HttpClient client, globa Client = client; this.requestBuilder = requestBuilder; } - + ///