[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; return out;
} }
public static String convertInTypeScriptCheckType(final List<ClassElement> tmp) { public static String convertInTypeScriptCheckType(final List<ClassElement> tmp) {
String out = ""; String out = "";
for (final ClassElement elem : tmp) { for (final ClassElement elem : tmp) {