Code format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local function printTable(table, n)
|
||||
if not n then n = 0 end
|
||||
for k,v in pairs(table) do
|
||||
for k, v in pairs(table) do
|
||||
local printText = ""
|
||||
for i = 1, n do
|
||||
printText = printText .. " "
|
||||
@@ -12,4 +12,4 @@ local function printTable(table, n)
|
||||
printTable(v, n)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user