fcl-json: less hints

This commit is contained in:
mattias 2025-01-20 11:05:57 +01:00
parent 2b30f8b96a
commit 687384f091

View File

@ -2196,6 +2196,8 @@ begin
Result:=TJSONStringType(FloatToStr(FValue,JSONFormatSettings))
else
Result:=AsJSON;
if CurrentIndent=0 then ;
if Indent=0 then ;
end;