[DEV] fix format

This commit is contained in:
Edouard DUPIN 2024-04-25 08:28:30 +02:00
parent cb0ee69820
commit cfe488f2be

View File

@ -269,6 +269,7 @@ public class DataFactoryTsApi {
}
return out;
}
public static String convertInTypeScriptCheckType(final List<ClassElement> tmp) {
String out = "";
for (final ClassElement elem : tmp) {