[DEV] fix format
This commit is contained in:
parent
cb0ee69820
commit
cfe488f2be
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user