mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.serialization: Replaced commas with semi-colons between table fields.
This commit is contained in:
parent
8d13f90bed
commit
5b41760cec
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ local function _simplesave(o, ind, t, func)
|
|||
else
|
||||
_simplesave(v, ind+1, t, func);
|
||||
end
|
||||
func(t, ",\n");
|
||||
func(t, ";\n");
|
||||
end
|
||||
func(t, indent(ind-1));
|
||||
func(t, "}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue