mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 01:32:44 +00:00
replace tab with spaces (#7625)
This commit is contained in:
@@ -572,7 +572,7 @@ public class ApiClient {
|
||||
builder.queryParams(queryParams);
|
||||
}
|
||||
|
||||
URI uri;
|
||||
URI uri;
|
||||
try {
|
||||
uri = new URI(builder.build().toUriString());
|
||||
} catch(URISyntaxException ex) {
|
||||
|
||||
Reference in New Issue
Block a user