Kaynağa Gözat

* Add newline after uses clause

Michaël Van Canneyt 9 ay önce
ebeveyn
işleme
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