Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 4a97816

Browse files
committed
simpler
1 parent afbc6cc commit 4a97816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/io/openapiprocessor/core/converter/DataTypeConverter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class DataTypeConverter(
135135
)
136136

137137
if (targetType != null) {
138-
val mappedDataType = MappedCollectionDataType (
138+
return MappedCollectionDataType(
139139
targetType.getName(),
140140
targetType.getPkg(),
141141
item,

0 commit comments

Comments
 (0)