Browse Source

* Add newline after uses clause

Michaël Van Canneyt 9 months ago
parent
commit
38b5a4cbb7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-jsonschema/src/fpjson.schema.codegen.pp

+ 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