mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 06:30:52 +00:00
formatting
This commit is contained in:
parent
e851262875
commit
cfa1f1a3c1
@ -239,7 +239,7 @@ class Codegen(config: CodegenConfig) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
params += "dataType" ->config.toDeclaredType(u)
|
params += "dataType" -> config.toDeclaredType(u)
|
||||||
|
|
||||||
param.allowableValues match {
|
param.allowableValues match {
|
||||||
case a: AllowableValues => params += "allowableValues" -> allowableValuesToString(a)
|
case a: AllowableValues => params += "allowableValues" -> allowableValuesToString(a)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user