*: Fix linter errors

This commit is contained in:
ZyX
2017-11-06 20:28:37 +03:00
parent 24a353364d
commit 4aebd00a9e
5 changed files with 14 additions and 16 deletions

View File

@@ -5,7 +5,6 @@ local itp = helpers.gen_itp(it)
local cimport = helpers.cimport
local ffi = helpers.ffi
local eq = helpers.eq
local shallowcopy = global_helpers.shallowcopy
local updated = global_helpers.updated

View File

@@ -112,7 +112,6 @@ return {
pline2lua = pline2lua,
pstate_str = pstate_str,
new_pstate = new_pstate,
intchar2lua = intchar2lua,
conv_cmp_type = conv_cmp_type,
pstate_set_str = pstate_set_str,
}