[Tarantool-patches] [PATCH 6/6] Fix luacheck warnings in src/box/lua/
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Sat Jun 20 02:15:10 MSK 2020
> diff --git a/src/box/lua/schema.lua b/src/box/lua/schema.lua
> index e6844b45f..c104dd9c7 100644
> --- a/src/box/lua/schema.lua
> +++ b/src/box/lua/schema.lua
> @@ -1555,7 +1553,7 @@ end
>
> base_index_mt.select_luac = function(index, key, opts)
> check_index_arg(index, 'select')
> - local key = keify(key)
> + key = keify(key)
Unnecessary diff.
More information about the Tarantool-patches
mailing list