Skip to content

Commit cfa1f1a

Browse files
committed
formatting
1 parent e851262 commit cfa1f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/wordnik/swagger/codegen/Codegen.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class Codegen(config: CodegenConfig) {
239239
}
240240
}
241241

242-
params += "dataType" ->config.toDeclaredType(u)
242+
params += "dataType" -> config.toDeclaredType(u)
243243

244244
param.allowableValues match {
245245
case a: AllowableValues => params += "allowableValues" -> allowableValuesToString(a)

0 commit comments

Comments
 (0)