Skip to content

Commit 9925385

Browse files
author
George Nyakundi
committed
Removing extra space
1 parent deaab8a commit 9925385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boat-scaffold/src/main/java/org/openapitools/codegen/languages/BoatSwift5Codegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ private void fixFreeFormObject(List<CodegenProperty> codegenProperties) {
146146
}
147147
}
148148

149-
if ( hasNestedStringAnyDictionary(codegenProperty)) {
149+
if (hasNestedStringAnyDictionary(codegenProperty)) {
150150
codegenProperty.isFreeFormObject = true;
151151
codegenProperty.setDataType(STRING_ANY_DICTIONARY);
152152
codegenProperty.setDatatypeWithEnum(STRING_ANY_DICTIONARY);

0 commit comments

Comments
 (0)