10000 chore: remove generated whitespace by TimothyMakkison · Pull Request #1624 · reactiveui/refit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: remove generated whitespace #1624

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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