2
0
Эх сурвалжийг харах

* Add newline after uses clause

Michaël Van Canneyt 9 сар өмнө
parent
commit
38b5a4cbb7

+ 2 - 0
packages/fcl-jsonschema/src/fpjson.schema.codegen.pp

@@ -308,7 +308,9 @@ begin
     Addln('interface');
     Addln('');
     AddLn('uses types;');
+    Addln('');
     EnsureSection(csType);
+    Addln('');
     indent;
     for I := 0 to aData.TypeCount-1 do
       if aData.Types[I].PascalType in [ptSchemaStruct,ptAnonStruct] then