mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-08 19:43:53 +00:00
Retain spacing on initial convert
This commit is contained in:
parent
db0b4045a2
commit
8ec9f36954
@ -327,6 +327,7 @@ sub check_xml_to_json_conversion {
|
||||
|
||||
$result = $json->decode($content);
|
||||
$json->canonical(1);
|
||||
$json->indent_length(5);
|
||||
|
||||
print $json->pretty->utf8->encode($result),"\n";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user