mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.gc: Linter fixes [luacheck]
This commit is contained in:
parent
9277a27ce4
commit
42ff12bb04
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
local array = require "util.array";
|
||||
local set = require "util.set";
|
||||
|
||||
local known_options = {
|
||||
|
@ -41,7 +40,7 @@ local function configure(user, defaults)
|
|||
user.minor_threshold or defaults.minor_threshold,
|
||||
user.major_threshold or defaults.major_threshold
|
||||
);
|
||||
end
|
||||
end
|
||||
return true;
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue