Skip to content

Commit

Permalink
chore: remove generated whitespace (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMakkison committed Nov 27, 2023
1 parent 3cbe67a commit 52151a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Refit.Tests/InterfaceStubGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public RefitTestsIGitHubApi(global::System.Net.Http.HttpClient client, global::R
Client = client;
this.requestBuilder = requestBuilder;
}
/// <inheritdoc />
Expand Down Expand Up @@ -634,7 +634,7 @@ public RefitTestsIGitHubApiDisposable(global::System.Net.Http.HttpClient client,
Client = client;
this.requestBuilder = requestBuilder;
}
/// <inheritdoc />
Expand Down Expand Up @@ -707,7 +707,7 @@ public RefitTestsTestNestedINestedGitHubApi(global::System.Net.Http.HttpClient c
Client = client;
this.requestBuilder = requestBuilder;
}
/// <inheritdoc />
Expand Down Expand Up @@ -1067,7 +1067,7 @@ public IServiceWithoutNamespace(global::System.Net.Http.HttpClient client, globa
Client = client;
this.requestBuilder = requestBuilder;
}
/// <inheritdoc />
Expand Down

0 comments on commit 52151a2

Please sign in to comment.