Skip to content

Commit 80718ed

Browse files
committed
Should match formatting now.
1 parent 67391a6 commit 80718ed

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CppOatppClientCodegen.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ public CppOatppClientCodegen() {
102102

103103
languageSpecificPrimitives = new HashSet<>(
104104
Arrays.asList(
105-
"oatpp::String",
106-
"oatpp::Boolean",
107-
"oatpp::Int32",
108-
"oatpp::Int64",
109-
"oatpp::Vector",
110-
"oatpp::Fields",
111-
"oatpp::UnorderedSet",
112-
"oatpp::Object",
113-
"oatpp::Float64",
114-
"oatpp::Any"
105+
"oatpp::String",
106+
"oatpp::Boolean",
107+
"oatpp::Int32",
108+
"oatpp::Int64",
109+
"oatpp::Vector",
110+
"oatpp::Fields",
111+
"oatpp::UnorderedSet",
112+
"oatpp::Object",
113+
"oatpp::Float64",
114+
"oatpp::Any"
115115
));
116116

117117
typeMapping = new HashMap<>();
@@ -332,7 +332,7 @@ public String getTypeDeclaration(Schema p) {
332332
return toModelName(openAPIType);
333333
}
334334

335-
String namespace = (String)additionalProperties.get("modelNamespace");
335+
String namespace = (String) additionalProperties.get("modelNamespace");
336336
return namespace + "::" + openAPIType;
337337
}
338338

0 commit comments

Comments
 (0)