[Tarantool-patches] [PATCH v4 5/10] Fix luacheck warnings in src/box/lua/

Sergey Bronnikov sergeyb at tarantool.org
Thu May 7 13:52:20 MSK 2020


On 01:54 Fri 24 Apr , Igor Munkin wrote:

<snipped>

> > @@ -425,7 +421,7 @@ local function create_transport(host, port, user, password, callback,
> >          state = new_state
> >          last_errno = new_errno
> >          last_error = new_error
> > -        callback('state_changed', new_state, new_errno, new_error)
> > +        callback('state_changed', new_state, new_error)
> 
> Please adjust the corresponding comment.

Done.

<snipped>


More information about the Tarantool-patches mailing list