Skip to content

Commit f44c531

Browse files
committed
clean up
1 parent 63cac27 commit f44c531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/converter/OptionsConverter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class OptionsConverter(private val checkObsoleteProcessorOptions: Boolean = fals
7979
options.basePathOptions.enabled = enablePathPrefix
8080
options.basePathOptions.serverUrl = pathPrefixServerIndex
8181
options.basePathOptions.propertiesName = mapping.options.basePath.propertiesName
82-
// to write the base path resource we need standard layout
82+
// to write the base path resource, we need standard layout
8383
if (options.basePathOptions.enabled && !options.targetDirOptions.standardLayout) {
8484
log.warn("base-path is enabled, forcing target-dir.layout = standard")
8585
options.targetDirOptions.layout = TargetDirLayout.STANDARD

openapi-processor-core/src/test/kotlin/io/openapiprocessor/core/writer/java/MethodWriterSpec.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ class MethodWriterSpec: StringSpec({
313313
}
314314

315315
writer.write (target, endpoint, endpoint.endpointResponses.first ())
316-
316+
317317
target.toString () shouldBe
318318
"""
319319
| @Status

0 commit comments

Comments
 (0)