Skip to content

Commit 05c6852

Browse files
author
Denis Behrends
committed
Fix tabs spaces
1 parent 2e879c4 commit 05c6852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ void configureGeneratorProperties() {
270270
basePathWithoutHost = contextPath;
271271
if (URLPathUtils.isRelativeUrl(openAPI.getServers())) {
272272
basePath = removeTrailingSlash(basePathWithoutHost);
273-
} else {
273+
} else {
274274
basePath = removeTrailingSlash(config.escapeText(URLPathUtils.getHost(openAPI, config.serverVariableOverrides())));
275275
}
276276
}

0 commit comments

Comments
 (0)