We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153a393 commit 54112dfCopy full SHA for 54112df
1 file changed
openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/model/datatypes/AllOfObjectDataType.kt
@@ -56,8 +56,8 @@ class AllOfObjectDataType(
56
57
override fun forEach(action: (property: String, dataType: DataType) -> Unit) {
58
properties.forEach {
59
- action(it.key, it.value)
60
- }
+ action(it.key, it.value)
+ }
61
}
62
63
val properties: LinkedHashMap<String, DataType>
0 commit comments