瀏覽代碼

* Add newline after uses clause

Michaël Van Canneyt 9 月之前
父節點
當前提交
38b5a4cbb7
共有 1 個文件被更改,包括 2 次插入0 次删除
  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