Skip to content
Snippets Groups Projects
Commit c4ef8d1d authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

schema.lua: fix strict mode of space:fomrat{}

parent f7221984
No related branches found
No related tags found
No related merge requests found
......@@ -289,7 +289,7 @@ end
-- space format - the metadata about space fields
function box.schema.space.format(id, format)
_space = box.space._space
local _space = box.space._space
check_param(id, 'id', 'number')
check_param(format, 'format', 'table')
if format == nil then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment