diff options
Diffstat (limited to '')
| -rw-r--r-- | src/3rdParty/LuaMinify.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/3rdParty/LuaMinify.h b/src/3rdParty/LuaMinify.h index 76d7759..d01a8fe 100644 --- a/src/3rdParty/LuaMinify.h +++ b/src/3rdParty/LuaMinify.h | |||
| @@ -1945,6 +1945,9 @@ local function Format_Mini(ast) | |||
| 1945 | out = out.." " | 1945 | out = out.." " |
| 1946 | end | 1946 | end |
| 1947 | end | 1947 | end |
| 1948 | if i ~= #statement.LocalList then | ||
| 1949 | out = out.."," | ||
| 1950 | end | ||
| 1948 | end | 1951 | end |
| 1949 | if #statement.InitList > 0 then | 1952 | if #statement.InitList > 0 then |
| 1950 | out = out.."=" | 1953 | out = out.."=" |
