Explorar el Código

* Add newline after uses clause

Michaël Van Canneyt hace 9 meses
padre
commit
38b5a4cbb7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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