mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 23:09:18 +02:00
fcl-json: less hints
This commit is contained in:
parent
2b30f8b96a
commit
687384f091
@ -2196,6 +2196,8 @@ begin
|
|||||||
Result:=TJSONStringType(FloatToStr(FValue,JSONFormatSettings))
|
Result:=TJSONStringType(FloatToStr(FValue,JSONFormatSettings))
|
||||||
else
|
else
|
||||||
Result:=AsJSON;
|
Result:=AsJSON;
|
||||||
|
if CurrentIndent=0 then ;
|
||||||
|
if Indent=0 then ;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user