Skip to content

Commit de5e5a6

Browse files
committed
should not return early
1 parent f560d9d commit de5e5a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/kotlin/io/openapiprocessor/json/processor/JsonProcessor.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class JsonProcessor : OpenApiProcessor
5454
var targetName: String? = options["targetName"]?.toString()
5555
if (targetName == null) {
5656
targetName = "openapi.json"
57-
return
5857
}
5958

6059
val reader = UriReader()

0 commit comments

Comments
 (0)