mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.prosodyctl.shell: Fix lint [luacheck]
This commit is contained in:
parent
637025fc78
commit
3764f34fcf
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ local server = require "prosody.net.server";
|
|||
local st = require "prosody.util.stanza";
|
||||
local path = require "prosody.util.paths";
|
||||
local parse_args = require "prosody.util.argparse".parse;
|
||||
local unpack = table.unpack or _G.unpack;
|
||||
local tc = require "prosody.util.termcolours";
|
||||
local isatty = require "prosody.util.pposix".isatty;
|
||||
local term_width = require"prosody.util.human.io".term_width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue