[Tarantool-patches] [PATCH 6/6] Fix luacheck warnings in src/box/lua/
Sergey Bronnikov
sergeyb at tarantool.org
Wed Jul 1 17:02:03 MSK 2020
On 01:15 Sat 20 Jun , Vladislav Shpilevoy wrote:
> > 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.
>
Reverted in a branch
--
sergeyb@
More information about the Tarantool-patches
mailing list