Skip to content

Commit 54112df

Browse files
committed
#85, cleanup
1 parent 153a393 commit 54112df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/model/datatypes/AllOfObjectDataType.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class AllOfObjectDataType(
5656

5757
override fun forEach(action: (property: String, dataType: DataType) -> Unit) {
5858
properties.forEach {
59-
action(it.key, it.value)
60-
}
59+
action(it.key, it.value)
60+
}
6161
}
6262

6363
val properties: LinkedHashMap<String, DataType>

0 commit comments

Comments
 (0)